summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-07-03 15:58:05 +0100
committerDavid Mitchell <davem@iabyn.com>2009-07-03 15:58:05 +0100
commit1f003618aee9be23bafe6c74f0875073e1474efa (patch)
tree233e4401c86e0dc21c5eac20ea06067db4121ae4 /lib
parent2f2424c095fe9309b45a18d220d8fff71ac59565 (diff)
downloadperl-1f003618aee9be23bafe6c74f0875073e1474efa.tar.gz
bump memoize version to distinguish it from 5.8.9
Diffstat (limited to 'lib')
-rw-r--r--lib/Memoize.pm2
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 }