summaryrefslogtreecommitdiff
path: root/dist/bignum
diff options
context:
space:
mode:
Diffstat (limited to 'dist/bignum')
-rw-r--r--dist/bignum/lib/bigrat.pm4
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