/usr/local/CPAN/WWW-Live365/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'WWW::Live365',
          'VERSION_FROM' => 'lib/WWW/Live365.pm',
          'PREREQ_PM' => {
                           'Net::Ping::External' => '0',
                           'Test::More' => '0',
                           'Test::Pod' => '1',
                           'Test::Pod::Coverage' => '0',
                           'Test::Without::Module' => '0',
                           'WWW::Mechanize' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;