diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-03 15:58:05 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-03 15:58:05 +0100 |
commit | 1f003618aee9be23bafe6c74f0875073e1474efa (patch) | |
tree | 233e4401c86e0dc21c5eac20ea06067db4121ae4 | |
parent | 2f2424c095fe9309b45a18d220d8fff71ac59565 (diff) | |
download | perl-1f003618aee9be23bafe6c74f0875073e1474efa.tar.gz |
bump memoize version to distinguish it from 5.8.9
-rw-r--r-- | lib/Memoize.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Memoize.pm b/lib/Memoize.pm index a7f29de693..0cecbcab0a 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_02'; +$VERSION = '1.01_03'; # Compile-time constants sub SCALAR () { 0 } |