summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-03-18 15:02:15 -0600
committerKarl Williamson <public@khwilliamson.com>2013-03-18 16:05:00 -0600
commit3cabf492ab13325bb66fc60d28e5b0846538e7fa (patch)
tree54f0c78538f24c7926bd43410a36ca7791a30bd2 /dist/Math-BigInt
parent3ecd756934919b7d8847ae01fd8fc9d35ca96a84 (diff)
downloadperl-3cabf492ab13325bb66fc60d28e5b0846538e7fa.tar.gz
Math-BigInt: Fix some broken links
Diffstat (limited to 'dist/Math-BigInt')
-rw-r--r--dist/Math-BigInt/lib/Math/BigFloat.pm4
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt.pm4
-rw-r--r--dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm4
3 files changed, 6 insertions, 6 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm
index c860582d6d..b0f2e4df50 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.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/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm
index 9082a35b92..37c6b37a98 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.999';
+$VERSION = '1.9991';
@ISA = qw(Exporter);
@EXPORT_OK = qw(objectify bgcd blcm);
@@ -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/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
index 1d754ff151..c82e153986 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.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