File: Makefile.PL

package info (click to toggle)
libperl6-junction-perl 1.60000-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 152 kB
  • ctags: 72
  • sloc: perl: 593; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use 5.000;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME          => 'Perl6::Junction',
    AUTHOR        => 'Carl Franks',
    ABSTRACT_FROM => 'lib/Perl6/Junction.pm',
    VERSION_FROM  => 'lib/Perl6/Junction.pm',
    LICENSE       => 'perl',
    PREREQ_PM     => {
                     Carp       => 0,
                     Test::More => 0,
    },
);