Skip Menu |

This queue is for tickets about the Math-BigInt CPAN distribution.

Report information
The Basics
Id: 84078
Status: resolved
Priority: 0/
Queue: Math-BigInt

People
Owner: Nobody in particular
Requestors: khw [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Minor pod patches; already fixed in Perl5 blead
Subject: 0006-Math-BigInt-Fix-some-broken-links.patch
From 3cabf492ab13325bb66fc60d28e5b0846538e7fa Mon Sep 17 00:00:00 2001 From: Karl Williamson <public@khwilliamson.com> Date: Mon, 18 Mar 2013 15:02:15 -0600 Subject: [PATCH 06/54] Math-BigInt: Fix some broken links --- dist/Math-BigInt/lib/Math/BigFloat.pm | 4 ++-- dist/Math-BigInt/lib/Math/BigInt.pm | 4 ++-- dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm | 4 ++-- t/porting/known_pod_issues.dat | 3 --- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/dist/Math-BigInt/lib/Math/BigFloat.pm b/dist/Math-BigInt/lib/Math/BigFloat.pm index c860582..b0f2e4d 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 9082a35..37c6b37 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 1d754ff..c82e153 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 diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 9e0fa2e..1f5c6e8 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -174,10 +174,7 @@ dist/extutils-parsexs/lib/perlxs.pod Verbatim line length including indents exce dist/extutils-parsexs/lib/perlxstut.pod Verbatim line length including indents exceeds 79 by 10 dist/filter-simple/lib/filter/simple.pm Verbatim paragraph in NAME section 1 dist/locale-maketext/lib/locale/maketext/tpj13.pod No items in =over / =back list 3 -dist/math-bigint/lib/math/bigfloat.pm Apparent broken link 1 -dist/math-bigint/lib/math/bigint.pm Apparent broken link 1 dist/math-bigint/lib/math/bigint.pm Verbatim line length including indents exceeds 79 by 77 -dist/math-bigint/lib/math/bigint/calcemu.pm Apparent broken link 1 dist/math-bigint/lib/math/bigint/calcemu.pm empty section in previous paragraph 3 dist/math-bigrat/lib/math/bigrat.pm Apparent broken link 3 dist/math-bigrat/lib/math/bigrat.pm Apparent internal link is missing its forward slash 1 -- 1.8.1.3
Fixed.