The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.35
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Image::Size',
          'VERSION_FROM' => 'lib/Image/Size.pm',
          'PREREQ_PM' => {
                           'File::Spec' => '0.8',
                           'Module::Build' => '0.28',
                           'Test::More' => '0.80'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'imgsize'
                         ],
          'PL_FILES' => {}
        )
;