diff options
Diffstat (limited to 'ext/Math/BigInt/FastCalc/Makefile.PL')
-rw-r--r-- | ext/Math/BigInt/FastCalc/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Math/BigInt/FastCalc/Makefile.PL b/ext/Math/BigInt/FastCalc/Makefile.PL index 1b97072799..b63213bcd2 100644 --- a/ext/Math/BigInt/FastCalc/Makefile.PL +++ b/ext/Math/BigInt/FastCalc/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( 'NAME' => 'Math::BigInt::FastCalc', 'VERSION_FROM' => 'FastCalc.pm', 'PREREQ_PM' => { - 'Math::BigInt' => 1.79, + 'Math::BigInt' => 1.83, }, INSTALLDIRS => 'perl', PREREQ_FATAL => 1, |