diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-11-02 13:46:26 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-11-02 13:46:26 +0000 |
commit | 2875aaba7db4a0deeb744e76cf3a9023f81b874a (patch) | |
tree | 6f6515e64248366381bb9d10fc875659b9cad245 /Porting | |
parent | 50f00446bff71c7f8382758873da537eab858948 (diff) | |
download | perl-2875aaba7db4a0deeb744e76cf3a9023f81b874a.tar.gz |
Update Math-BigInt-FastCalc to CPAN version 0.35
[DELTA]
2015-10-28 v0.35 pjacklam
* Sync test files with Math-BigInt-1.999707.
* Update the README file.
* Replace 'use vars ...' with 'our ...'. We require a Perl newer than 5.6.0
anyway.
* Required version of Math-BigInt is now 1.999706.
* Move 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 71005b875e..4a7fb85d52 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -736,7 +736,7 @@ use File::Glob qw(:case); }, 'Math::BigInt::FastCalc' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.34.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.35.tar.gz', 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, |