diff options
author | Zefram <zefram@fysh.org> | 2010-12-19 12:21:54 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2010-12-19 12:21:54 +0000 |
commit | e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc (patch) | |
tree | 1181bb5e0bd70267f3f74d205522fc0c203c1707 /dist/Math-BigInt | |
parent | b7f04779ef370c2aa666b6e6c9a1c0ab050db6b4 (diff) | |
download | perl-e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc.tar.gz |
bump version of many modules
Core-only modules that have changed from v5.13.7, and dual-life modules
that have changed from v5.13.7 and didn't show up in earlier passes.
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigFloat.pm | 2 | ||||
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt.pm | 2 | ||||
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt/Calc.pm | 2 | ||||
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm index f2968a2ea3..89dc84256f 100644 --- a/dist/Math-BigInt/lib/Math/BigFloat.pm +++ b/dist/Math-BigInt/lib/Math/BigFloat.pm @@ -12,7 +12,7 @@ package Math::BigFloat; # _a : accuracy # _p : precision -$VERSION = '1.99_01'; +$VERSION = '1.99_02'; require 5.006002; require Exporter; diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm index bd61d32edd..3e9196a985 100644 --- a/dist/Math-BigInt/lib/Math/BigInt.pm +++ b/dist/Math-BigInt/lib/Math/BigInt.pm @@ -18,7 +18,7 @@ package Math::BigInt; my $class = "Math::BigInt"; use 5.006002; -$VERSION = '1.99_01'; +$VERSION = '1.99_02'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); diff --git a/dist/Math-BigInt/lib/Math/BigInt/Calc.pm b/dist/Math-BigInt/lib/Math/BigInt/Calc.pm index 20dc7c780a..3cb202501c 100644 --- a/dist/Math-BigInt/lib/Math/BigInt/Calc.pm +++ b/dist/Math-BigInt/lib/Math/BigInt/Calc.pm @@ -4,7 +4,7 @@ use 5.006002; use strict; # use warnings; # dont use warnings for older Perls -our $VERSION = '1.99_01'; +our $VERSION = '1.99_02'; # Package to store unsigned big integers in decimal and do math with them diff --git a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm index cb8b0c004a..9b614598a2 100644 --- a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm +++ b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm @@ -5,7 +5,7 @@ use strict; # use warnings; # dont use warnings for older Perls use vars qw/$VERSION/; -$VERSION = '1.99_01'; +$VERSION = '1.99_02'; package Math::BigInt; |