|
print "\nThis module requires gmp-5.1.0 (or later)\n\n" ;
WriteMakefile
(
'NAME' => 'Math::BigInt::GMPz' ,
'VERSION_FROM' => 'lib/Math/BigInt/GMPz.pm' ,
'AUTHOR' => 'Peter John Acklam <pjacklam@gmail.com>' ,
'MIN_PERL_VERSION' => 5.006002,
'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => 6.58,
},
'BUILD_REQUIRES' => {},
'PREREQ_PM' => {
'Math::BigInt' => 2.004001,
'Math::GMPz' => 0.36,
},
'TEST_REQUIRES' => {
'Test::More' => 0.82,
},
'LICENSE' => 'perl_5' ,
'LIBS' => [ '' ],
'DEFINE' => '' ,
'INC' => '' ,
'SIGN' => 1,
'META_MERGE' => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git' ,
},
},
},
);
|