projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
531adb6
)
Add $VERSION.
Jarkko Hietaniemi [Fri, 15 Feb 2002 19:26:07 +0000 (19:26 +0000)]
p4raw-id: //depot/perl@14711
lib/Tie/Memoize.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Tie/Memoize.pm
b/lib/Tie/Memoize.pm
index
0b3d320
..
3059f3c
100644
(file)
--- a/
lib/Tie/Memoize.pm
+++ b/
lib/Tie/Memoize.pm
@@
-2,6
+2,7
@@
use strict;
package Tie::Memoize;
use Tie::Hash;
our @ISA = 'Tie::ExtraHash';
+our $VERSION = '1.0';
our $exists_token = \undef;