summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-07-22 21:14:26 +0100
committerNeil Bowers <neilb@neilb.org>2021-07-22 21:14:26 +0100
commit7deec013f46126144fe21a38992ada81a83382aa (patch)
tree842b285af196a575f4ea56bb43f6ff86722cc234 /Porting
parenta8769738d281c6b57a291bd3f605e304ec825799 (diff)
downloadperl-7deec013f46126144fe21a38992ada81a83382aa.tar.gz
Upgraded Math::BigRat, Math::BigInt::FastCalc, Math::BigInt, & bignum
They have interdependencies that require at least these versions, so needed to be added together.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl13
1 files changed, 9 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index f2e98c10a5..b12c7f20e7 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -182,9 +182,10 @@ use File::Glob qw(:case);
},
'bignum' => {
- 'DISTRIBUTION' => 'PJACKLAM/bignum-0.51.tar.gz',
+ 'DISTRIBUTION' => 'PJACKLAM/bignum-0.53.tar.gz',
'FILES' => q[cpan/bignum],
'EXCLUDED' => [
+ qr{^xt/},
qr{^t/author-},
qr{^t/release-},
qw( t/00sig.t
@@ -721,9 +722,10 @@ use File::Glob qw(:case);
},
'Math::BigInt' => {
- 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999818.tar.gz',
+ 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999823.tar.gz',
'FILES' => q[cpan/Math-BigInt],
'EXCLUDED' => [
+ qr{^xt/},
qr{^examples/},
qr{^t/author-},
qr{^t/release-},
@@ -734,9 +736,10 @@ use File::Glob qw(:case);
},
'Math::BigInt::FastCalc' => {
- 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5009.tar.gz',
+ 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5010.tar.gz',
'FILES' => q[cpan/Math-BigInt-FastCalc],
'EXCLUDED' => [
+ qr{^xt/},
qr{^t/author-},
qr{^t/release-},
qr{^t/Math/BigInt/Lib/TestUtil.pm},
@@ -757,9 +760,11 @@ use File::Glob qw(:case);
},
'Math::BigRat' => {
- 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2614.tar.gz',
+ 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2617.tar.gz',
'FILES' => q[cpan/Math-BigRat],
'EXCLUDED' => [
+ qr{^xt/},
+ qr{^math-bigrat-pod.diff},
qr{^t/author-},
qr{^t/release-},
qw( t/00sig.t