File: Makefile.PL

package info (click to toggle)
libdata-parsebinary-perl 0.31~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: perl: 4,386; makefile: 2
file content (14 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME          => 'Data::ParseBinary',
    VERSION_FROM  => 'lib/Data/ParseBinary.pm',
    ABSTRACT_FROM => 'lib/Data/ParseBinary.pm',
    AUTHOR        => 'Shmuel Fomberg <owner@semuel.co.il>',
    PREREQ_PM     => {	
        'Math::BigInt' => 1.993,
		'Test::More' => 0.96,
    },
);