summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-10-15 13:36:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-10-15 17:44:57 +0100
commit06ce15ad863e53185d90665b33392491431e0734 (patch)
tree99eecaa163a51b6b17e336395792a10f06600763 /Porting
parent7425681b7fa4fd45ce62a937f6856f7578b3dbb2 (diff)
downloadperl-06ce15ad863e53185d90665b33392491431e0734.tar.gz
Upgrade Math::BigInt from 1.999701 to 1.999704
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-xPorting/Maintainers.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index d1046096c3..dc9db30b3e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -719,7 +719,7 @@ use File::Glob qw(:case);
},
'Math::BigInt' => {
- 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999701.tar.gz',
+ 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999704.tar.gz',
'FILES' => q[cpan/Math-BigInt],
'EXCLUDED' => [
qr{^inc/},
@@ -730,13 +730,6 @@ use File::Glob qw(:case);
t/03podcov.t
),
],
- 'CUSTOMIZED' => [
- qw( t/bigfltpm.t
- t/bigintpm.inc
- t/bigroot.t
- t/mbimbf.t
- ),
- ],
},
'Math::BigInt::FastCalc' => {