From 326f3c9d0b8473a7d4fbb500f6abd7754a728f67 Mon Sep 17 00:00:00 2001
From: Karl Williamson <public@khwilliamson.com>
Date: Mon, 18 Mar 2013 15:43:09 -0600
Subject: [PATCH 09/54] dist/bignum/lib/bigint.pm: Fix broken pod link
---
dist/bignum/lib/bigint.pm | 4 ++--
t/porting/known_pod_issues.dat | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dist/bignum/lib/bigint.pm b/dist/bignum/lib/bigint.pm
index 6bd69db..38aa7da 100644
--- a/dist/bignum/lib/bigint.pm
+++ b/dist/bignum/lib/bigint.pm
@@ -1,7 +1,7 @@
package bigint;
use 5.006;
-$VERSION = '0.32';
+$VERSION = '0.33';
use Exporter;
@ISA = qw( Exporter );
@EXPORT_OK = qw( PI e bpi bexp hex oct );
@@ -676,7 +676,7 @@ Especially L<bigrat> as in C<perl -Mbigrat -le 'print 1/3+1/4'> and
L<bignum> as in C<perl -Mbignum -le 'print sqrt(2)'>.
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>.
+as L<Math::BigInt::Pari> and L<Math::BigInt::GMP>.
=head1 AUTHORS
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 8eb6749..5cb1446 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -164,7 +164,6 @@ Win32::Locale
YAML
YAML::Syck
YAML::Tiny
-dist/bignum/lib/bigint.pm Apparent broken link 1
dist/bignum/lib/bignum.pm Apparent broken link 1
dist/bignum/lib/bigrat.pm Apparent broken link 1
dist/cwd/lib/file/spec/vms.pm Verbatim line length including indents exceeds 79 by 1
--
1.8.1.3