diff options
Diffstat (limited to 'cpan/Memoize/Memoize.pm')
-rw-r--r-- | cpan/Memoize/Memoize.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Memoize/Memoize.pm b/cpan/Memoize/Memoize.pm index b566f21b96..f4e6522d48 100644 --- a/cpan/Memoize/Memoize.pm +++ b/cpan/Memoize/Memoize.pm @@ -9,7 +9,7 @@ # write to mjd-perl-memoize+@plover.com for a license. package Memoize; -$VERSION = '1.03'; +$VERSION = '1.03_01'; # Compile-time constants sub SCALAR () { 0 } |