This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade bignum from version 0.44 to 0.45
[perl5.git] / cpan / bignum / lib / Math / BigFloat / Trace.pm
index 5e043f5..e08c4a5 100644 (file)
@@ -9,13 +9,13 @@ use warnings;
 use Exporter;
 use Math::BigFloat;
 
-our ($PACKAGE, @EXPORT_OK, $accuracy, $precision, $round_mode, $div_scale);
+our ($accuracy, $precision, $round_mode, $div_scale);
 
 our @ISA = qw(Exporter Math::BigFloat);
 
-our $VERSION = '0.42';
+our $VERSION = '0.45';
 
-use overload;                   # inherit overload from BigFloat
+use overload;                   # inherit overload from Math::BigFloat
 
 # Globals
 $accuracy = $precision = undef;