File: Makefile.PL

package info (click to toggle)
libperl6-junction-perl 1.40000-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 116 kB
  • ctags: 72
  • sloc: perl: 593; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use 5.000;
use ExtUtils::MakeMaker;

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