diff options
author | 2014-03-24 14:58:42 +0000 | |
---|---|---|
committer | 2014-03-24 14:58:42 +0000 | |
commit | 91f110e064cd7c194e59e019b83bb7496c1c84d4 (patch) | |
tree | 3e8e577405dba7e94b43cbf21c22f21aaa5ab949 /gnu/usr.bin/perl/dist/Math-BigInt/lib/Math | |
parent | do not call purge_task every 10 secs, it is only needed once at startup and (diff) | |
download | wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.tar.xz wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.zip |
Import perl-5.18.2
OK espie@ sthen@ deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/dist/Math-BigInt/lib/Math')
3 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigFloat.pm b/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigFloat.pm index c860582d6dc..b0f2e4df508 100644 --- a/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigFloat.pm +++ b/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigFloat.pm @@ -12,7 +12,7 @@ package Math::BigFloat; # _a : accuracy # _p : precision -$VERSION = '1.997'; +$VERSION = '1.998'; require 5.006002; require Exporter; @@ -4474,7 +4474,7 @@ influence any further operation. =head1 SEE ALSO L<Math::BigInt>, L<Math::BigRat> and L<Math::Big> as well as -L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and L<Math::BigInt::GMP>. +L<Math::BigInt::Pari> and L<Math::BigInt::GMP>. The pragmas L<bignum>, L<bigint> and L<bigrat> might also be of interest because they solve the autoupgrading/downgrading issue, at least partly. diff --git a/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm b/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm index 3f55c9b551e..37c6b37a987 100644 --- a/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm +++ b/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm @@ -18,7 +18,7 @@ package Math::BigInt; my $class = "Math::BigInt"; use 5.006002; -$VERSION = '1.998'; +$VERSION = '1.9991'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); @@ -5251,7 +5251,7 @@ With overloaded math, only the first two variants will result in a BigFloat: use Math::BigInt; use Math::BigFloat; - + $mbf = Math::BigFloat->new(5); $mbi2 = Math::BigInteger->new(5); $mbi = Math::BigInteger->new(2); @@ -5330,7 +5330,7 @@ the same terms as Perl itself. =head1 SEE ALSO L<Math::BigFloat>, L<Math::BigRat> and L<Math::Big> as well as -L<Math::BigInt::BitVect>, L<Math::BigInt::Pari> and L<Math::BigInt::GMP>. +L<Math::BigInt::Pari> and L<Math::BigInt::GMP>. The pragmas L<bignum>, L<bigint> and L<bigrat> also might be of interest because they solve the autoupgrading/downgrading issue, at least partly. diff --git a/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm index 1d754ff1511..c82e1539865 100644 --- a/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm +++ b/gnu/usr.bin/perl/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.997'; +$VERSION = '1.998'; package Math::BigInt; @@ -323,7 +323,7 @@ Tels from 2001-2003. =head1 SEE ALSO -L<Math::BigInt>, L<Math::BigFloat>, L<Math::BigInt::BitVect>, +L<Math::BigInt>, L<Math::BigFloat>, L<Math::BigInt::GMP> and L<Math::BigInt::Pari>. =cut |