diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-15 13:43:14 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-15 17:44:58 +0100 |
commit | 212f8d8f96a73d28eefc56db48f8a30c0d6c0088 (patch) | |
tree | 806e442f5b3a24aa10d692678a9fa77ebee2c5df /Porting | |
parent | 06ce15ad863e53185d90665b33392491431e0734 (diff) | |
download | perl-212f8d8f96a73d28eefc56db48f8a30c0d6c0088.tar.gz |
Upgrade Math::BigInt::FastCalc from 0.31 to 0.34
This removes the minor blead customizations: I couldn't see any sign of
them having been deliberately added to blead. They looked more like
differences that cropped up because CPAN changes hadn't all been imported
into blead.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index dc9db30b3e..c9bc6276bc 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -733,7 +733,7 @@ use File::Glob qw(:case); }, 'Math::BigInt::FastCalc' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.31.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.34.tar.gz', 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, @@ -753,10 +753,6 @@ use File::Glob qw(:case); t/mbimbf.t ), ], - 'CUSTOMIZED' => [ - qw( lib/Math/BigInt/FastCalc.pm - ), - ], }, 'Math::BigRat' => { |