File: Makefile.PL

package info (click to toggle)
libmethod-autoload-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: perl: 120; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Method::Autoload',
    VERSION_FROM => 'lib/Method/Autoload.pm',
    AUTHOR       => 'Michael R. Davis (domain=>michaelrdavis,tld=>com,account=>perl)',
    ABSTRACT_FROM=> 'lib/Method/Autoload.pm',
    PREREQ_PM    => {
                     'Test::Simple'       => 0.44,
                     'UNIVERSAL::require' => 0,
                     'warnings'           => 0,
                     'strict'             => 0,
                    },
);