diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-14 01:02:03 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-14 01:02:31 +0200 |
commit | 68223daad147c02137e007cfe64831ab60c3a363 (patch) | |
tree | 6c87ac2807ae0519d0de14271f80b38dabaefc07 /dist/Math-BigInt-FastCalc | |
parent | 2aa6a1fb6884c11328dfefd59a90b63031c0cd55 (diff) | |
download | perl-68223daad147c02137e007cfe64831ab60c3a363.tar.gz |
Upgrade Math::BigInt::FastCalc from 0.21 to 0.22
Diffstat (limited to 'dist/Math-BigInt-FastCalc')
-rw-r--r-- | dist/Math-BigInt-FastCalc/FastCalc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt-FastCalc/FastCalc.pm b/dist/Math-BigInt-FastCalc/FastCalc.pm index cd6324fbe7..ada0ba3a0a 100644 --- a/dist/Math-BigInt-FastCalc/FastCalc.pm +++ b/dist/Math-BigInt-FastCalc/FastCalc.pm @@ -11,7 +11,7 @@ use vars qw/@ISA $VERSION $BASE $BASE_LEN/; @ISA = qw(DynaLoader); -$VERSION = '0.21'; +$VERSION = '0.22'; bootstrap Math::BigInt::FastCalc $VERSION; |