File: Makefile.PL

package info (click to toggle)
libclass-throwable-perl 0.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 108 kB
  • ctags: 20
  • sloc: perl: 447; makefile: 45
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
use 5.006; # at least perl 5.6
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Class::Throwable',
    VERSION_FROM => 'lib/Class/Throwable.pm', 
    PREREQ_PM    => {
        'Test::More' => 0.47,
        'Scalar::Util' => 1.10
    }
);