The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

use strict;

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