summaryrefslogtreecommitdiff
path: root/ext/Math-BigInt-FastCalc/Makefile.PL
blob: 8ab4040c0e532389759bea9f9a12bd77fd7d84b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;

use strict;

WriteMakefile(
    'NAME'		=> 'Math::BigInt::FastCalc',
    'VERSION_FROM'	=> 'FastCalc.pm',
    'PREREQ_PM'		=> {
	'Math::BigInt' => 1.88,
    },
    INSTALLDIRS		=> 'perl',
    PREREQ_FATAL	=> 1,
    MAN3PODS		=> {},
 );