Skip Menu |

This queue is for tickets about the bignum CPAN distribution.

Report information
The Basics
Id: 84082
Status: resolved
Priority: 0/
Queue: bignum

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

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



Subject: Minor pod patches; already fixed in Perl5 blead
Subject: 0010-dist-bignum-lib-bigrat.pm-Fix-broken-pod-link.patch
From e0f4a93e3965524fe72bfbe4b922e6410dcd700e Mon Sep 17 00:00:00 2001 From: Karl Williamson <public@khwilliamson.com> Date: Mon, 18 Mar 2013 15:46:46 -0600 Subject: [PATCH 10/54] dist/bignum/lib/bigrat.pm: Fix broken pod link --- dist/bignum/lib/bigrat.pm | 4 ++-- t/porting/known_pod_issues.dat | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm index 2201e98..d413429 100644 --- a/dist/bignum/lib/bigrat.pm +++ b/dist/bignum/lib/bigrat.pm @@ -1,7 +1,7 @@ package bigrat; use 5.006; -$VERSION = '0.32'; +$VERSION = '0.33'; require Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bpi bexp hex oct ); @@ -527,7 +527,7 @@ the same terms as Perl itself. Especially L<bignum>. L<Math::BigFloat>, 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 5cb1446..c95bb8a 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -165,7 +165,6 @@ YAML YAML::Syck YAML::Tiny 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 dist/cwd/lib/file/spec/win32.pm Verbatim line length including indents exceeds 79 by 1 dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1 -- 1.8.1.3
Subject: 0012-dist-bignum-lib-bignum.pm-Fix-broken-pod-link.patch
From be83fca73d75a3c4d7b422923ba261b86a46f8fd Mon Sep 17 00:00:00 2001 From: Karl Williamson <public@khwilliamson.com> Date: Mon, 18 Mar 2013 16:00:31 -0600 Subject: [PATCH 12/54] dist/bignum/lib/bignum.pm: Fix broken pod link --- dist/bignum/lib/bignum.pm | 4 ++-- t/porting/known_pod_issues.dat | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm index 14b45e4..3c00a89 100644 --- a/dist/bignum/lib/bignum.pm +++ b/dist/bignum/lib/bignum.pm @@ -1,7 +1,7 @@ package bignum; use 5.006; -$VERSION = '0.32'; +$VERSION = '0.33'; use Exporter; @ISA = qw( bigint ); @EXPORT_OK = qw( PI e bexp bpi hex oct ); @@ -641,7 +641,7 @@ the same terms as Perl itself. Especially L<bigrat> as in C<perl -Mbigrat -le 'print 1/3+1/4'>. L<Math::BigFloat>, 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 c0a2772..46790cb 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/bignum.pm Apparent broken link 1 dist/cwd/lib/file/spec/vms.pm Verbatim line length including indents exceeds 79 by 1 dist/cwd/lib/file/spec/win32.pm Verbatim line length including indents exceeds 79 by 1 dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1 -- 1.8.1.3
Fixed in bignum-0.37.