1# Note: this file was auto-generated by Module::Build::Compat version 0.4210
2require 5.006001;
3use ExtUtils::MakeMaker;
4WriteMakefile
5(
6  'NAME' => 'Image::Size',
7  'VERSION_FROM' => 'lib/Image/Size.pm',
8  'PREREQ_PM' => {
9                   'File::Spec' => '0.8',
10                   'Module::Build' => '0.28',
11                   'Test::More' => '0.80'
12                 },
13  'INSTALLDIRS' => 'site',
14  'EXE_FILES' => [
15                   'imgsize'
16                 ],
17  'PL_FILES' => {}
18)
19;
20