File: Makefile.PL

package info (click to toggle)
libmath-random-mt-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 51
  • sloc: ansic: 216; perl: 63; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME          => 'Math::Random::MT',
    OBJECT        => 'MT.o _mt.o',
    VERSION_FROM  => 'MT.pm',
    ABSTRACT_FROM => 'MT.pm',
    AUTHOR        => 'Abhijit Menon-Sen',
    PREREQ_PM     => {
        'Test::More'          => 0,
        'Test::Number::Delta' => 0,
                     },
    LICENSE       => 'bsd',
);