This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update bignum to CPAN version 0.44
[perl5.git] / cpan / bignum / lib / bigrat.pm
index 6425f09..b0ee5cf 100644 (file)
@@ -4,7 +4,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.43_01';
+our $VERSION = '0.44';
 
 use Exporter;
 our @ISA            = qw( bigint );