# Note: this file was auto-generated by Module::Build::Compat version 0.34 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'App::ZofCMS::Plugin::ImageResize', 'VERSION_FROM' => 'lib/App/ZofCMS/Plugin/ImageResize.pm', 'PREREQ_PM' => { 'App::ZofCMS::Plugin::Base' => '0.0103', 'File::Copy' => '2.11', 'File::Spec' => '3.3', 'Image::Resize' => '0.5', 'Image::Size' => '3.2', 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;