File: Makefile.PL

package info (click to toggle)
libimage-size-perl 3.221-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 508 kB
  • ctags: 23
  • sloc: xml: 816; perl: 550; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
require 5.006001;
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' => {}
)
;