File: Makefile.PL

package info (click to toggle)
libsub-recursive-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 60; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'Sub::Recursive',
    VERSION_FROM => 'lib/Sub/Recursive.pm',
    AUTHOR       => 'Johan Lodin <lodin@cpan.org>',
    ABSTRACT     => 'Sub::Recursive',
    LICENSE      => 'perl',
    PREREQ_PM    => {
        Test::More => 0.45,
    },
);