/usr/local/CPAN/App-ZofCMS-Plugin-BasicLWP/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.34
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::ZofCMS::Plugin::BasicLWP',
          'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/BasicLWP.pm',
          'PREREQ_PM' => {
                           'App::ZofCMS::Plugin::Base' => '0.0102',
                           'LWP::Simple' => '1.41',
                           'Test::More' => 0,
                           'URI' => '1.35'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;