/usr/local/CPAN/App-ZofCMS-Plugin-ImageGallery/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.34
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'App::ZofCMS::Plugin::ImageGallery',
'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/ImageGallery.pm',
'PREREQ_PM' => {
'App::ZofCMS' => '0.0111',
'App::ZofCMS::Plugin::Base' => '0.0102',
'DBI' => '1.602',
'File::Copy' => '2.09',
'File::Spec' => '3.2701',
'HTML::Entities' => '1.35',
'HTML::Template' => '2.9',
'Image::Resize' => '0.5',
'Image::Size' => '3.100001',
'Test::More' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;