Upgrade to Math::BigInt 1.51.
[p5sagit/p5-mst-13.2.git] / t / lib / Math / BigInt / Subclass.pm
index 03795da..0ec798b 100644 (file)
@@ -13,7 +13,9 @@ use vars qw($VERSION @ISA $PACKAGE @EXPORT_OK
 @ISA = qw(Exporter Math::BigInt);
 @EXPORT_OK = qw(bgcd);
 
-$VERSION = 0.02;
+$VERSION = 0.03;
+
+use overload;  # inherit overload from BigInt
 
 # Globals
 $accuracy = $precision = undef;