diff options
Diffstat (limited to 'cpan/bignum/lib/bignum.pm')
-rw-r--r-- | cpan/bignum/lib/bignum.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/bignum/lib/bignum.pm b/cpan/bignum/lib/bignum.pm index 89958c973b..55300c8273 100644 --- a/cpan/bignum/lib/bignum.pm +++ b/cpan/bignum/lib/bignum.pm @@ -4,7 +4,7 @@ use 5.010; use strict; use warnings; -our $VERSION = '0.50'; +our $VERSION = '0.51'; use Exporter; our @ISA = qw( bigint ); |