diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-18 15:46:46 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-03-18 16:05:01 -0600 |
commit | e0f4a93e3965524fe72bfbe4b922e6410dcd700e (patch) | |
tree | 351953891f84f8a978049fc1066e38835aa2de8a /dist/bignum | |
parent | 326f3c9d0b8473a7d4fbb500f6abd7754a728f67 (diff) | |
download | perl-e0f4a93e3965524fe72bfbe4b922e6410dcd700e.tar.gz |
dist/bignum/lib/bigrat.pm: Fix broken pod link
Diffstat (limited to 'dist/bignum')
-rw-r--r-- | dist/bignum/lib/bigrat.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm index 2201e986bd..d413429e43 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 |