From 91f110e064cd7c194e59e019b83bb7496c1c84d4 Mon Sep 17 00:00:00 2001 From: afresh1 Date: Mon, 24 Mar 2014 14:58:42 +0000 Subject: Import perl-5.18.2 OK espie@ sthen@ deraadt@ --- gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm') 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, L and L as well as -L, L and L. +L and L. The pragmas L, L and L also might be of interest because they solve the autoupgrading/downgrading issue, at least partly. -- cgit v1.2.3-59-g8ed1b