X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMemoize.pm;h=cf8454227ca3666dfa2a54c9f0700515db4d9140;hb=8af3c3489f0c9ca8d37ebae27991ac4f34dfdb2f;hp=3db1c7d2174697d64ea3e14e15734442fa350694;hpb=484fdf61e8653b10160ba1e8011888f52ab6825a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Memoize.pm b/lib/Memoize.pm index 3db1c7d..cf84542 100644 --- a/lib/Memoize.pm +++ b/lib/Memoize.pm @@ -11,7 +11,7 @@ # Version 1.01 $Revision: 1.18 $ $Date: 2001/06/24 17:16:47 $ package Memoize; -$VERSION = '1.01'; +$VERSION = '1.01_01'; # Compile-time constants sub SCALAR () { 0 }