File: Makefile.PL

package info (click to toggle)
libfile-data-perl 1.20-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 613; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
    'NAME'              => 'File::Data',
    'VERSION_FROM'      => 'lib/File/Data.pm',
    'PREREQ_PM'         => {
        Carp            => 1.3301,
       'Data::Dumper'   => 2.151,
        Fcntl           => 1.11,
        FileHandle      => 2.02,
    },
);