Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.
[p5sagit/p5-mst-13.2.git] / ext / Math-BigInt-FastCalc / Makefile.PL
CommitLineData
062a4e99 1use ExtUtils::MakeMaker;
2
7b29e1e6 3use strict;
2a0418c9 4
062a4e99 5WriteMakefile(
6 'NAME' => 'Math::BigInt::FastCalc',
7b29e1e6 7 'VERSION_FROM' => 'FastCalc.pm',
062a4e99 8 'PREREQ_PM' => {
08a3f4a9 9 'Math::BigInt' => 1.88,
2a0418c9 10 },
7b29e1e6 11 INSTALLDIRS => 'perl',
12 PREREQ_FATAL => 1,
7b29e1e6 13 );