From 50a54b125ced2d4c970c1170fc2e27ab1a0a7d64 Mon Sep 17 00:00:00 2001
From: Karl Williamson <public@khwilliamson.com>
Date: Mon, 18 Mar 2013 15:37:33 -0600
Subject: [PATCH 08/54] Math/BigRat.pm: Fix some broken pod links
This also changes the link to blog() to an internal one; it remains
broken, but should be documented in this pod, not outside it
---
dist/Math-BigRat/lib/Math/BigRat.pm | 8 ++++----
t/porting/known_pod_issues.dat | 3 +--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/dist/Math-BigRat/lib/Math/BigRat.pm b/dist/Math-BigRat/lib/Math/BigRat.pm
index eb07e82..a70a429 100644
--- a/dist/Math-BigRat/lib/Math/BigRat.pm
+++ b/dist/Math-BigRat/lib/Math/BigRat.pm
@@ -24,7 +24,7 @@ use vars qw($VERSION @ISA $upgrade $downgrade
@ISA = qw(Math::BigFloat);
-$VERSION = '0.2603';
+$VERSION = '0.2604';
$VERSION = eval $VERSION;
# inherit overload from Math::BigFloat, but disable the bitwise ops that don't
@@ -1692,7 +1692,7 @@ BigInts.
Returns the object as a scalar. This will lose some data if the object
cannot be represented by a normal Perl scalar (integer or float), so
-use L<as_int()> or L<as_float()> instead.
+use L<as_int()|/as_int()E<sol>as_number()> or L</as_float()> instead.
This routine is automatically used whenever a scalar is required:
@@ -1925,7 +1925,7 @@ Euler's number.
This method was added in v0.20 of Math::BigRat (May 2007).
-See also L<blog()>.
+See also L</blog()>.
=head2 bnok()
@@ -2012,7 +2012,7 @@ the same terms as Perl itself.
=head1 SEE ALSO
-L<Math::BigFloat> and L<Math::Big> as well as L<Math::BigInt::BitVect>,
+L<Math::BigFloat> and L<Math::Big> as well as
L<Math::BigInt::Pari> and L<Math::BigInt::GMP>.
See L<
http://search.cpan.org/search?dist=bignum> for a way to use
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 98d8775..8eb6749 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -176,9 +176,8 @@ 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/bigint.pm Verbatim line length including indents exceeds 79 by 77
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
dist/math-bigrat/lib/math/bigrat.pm Verbatim line length including indents exceeds 79 by 7
+dist/math-bigrat/lib/math/bigrat.pm unresolved internal link 1
dist/module-corelist/blib/script/corelist Verbatim line length including indents exceeds 79 by 1
dist/module-corelist/lib/module/corelist.pod Verbatim line length including indents exceeds 79 by 4
dist/net-ping/lib/net/ping.pm Verbatim line length including indents exceeds 79 by 2
--
1.8.1.3