summaryrefslogtreecommitdiff
path: root/lib/Memoize.pm
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-02-28 23:29:10 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-02-28 23:29:10 +0000
commit97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74 (patch)
treea31bf2bc14e442c8c528a9b165a6aef4ffbac777 /lib/Memoize.pm
parent12fbd33b4c244f0a97c39c9f6411b444814dbc56 (diff)
downloadperl-97b11a4791ec0e8fc4d06eacad1050c1ccfa6a74.tar.gz
Bump version numbers of moules affected by change #22258
(removing /tmp and other insecurities) p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597 p4raw-id: //depot/perl@22409
Diffstat (limited to 'lib/Memoize.pm')
-rw-r--r--lib/Memoize.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Memoize.pm b/lib/Memoize.pm
index 3db1c7d217..cf8454227c 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 }