diff options
Diffstat (limited to 'lib/Memoize/NDBM_File.pm')
-rw-r--r-- | lib/Memoize/NDBM_File.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Memoize/NDBM_File.pm b/lib/Memoize/NDBM_File.pm index 6c36d88ea3..96eabfbb7c 100644 --- a/lib/Memoize/NDBM_File.pm +++ b/lib/Memoize/NDBM_File.pm @@ -12,6 +12,7 @@ See L<Memoize>. use NDBM_File; @ISA = qw(NDBM_File); +$VERSION = 0.65; $Verbose = 0; @@ -69,6 +70,8 @@ sub STORE { $self->SUPER::STORE(@_); } + + # Inherit FETCH and TIEHASH 1; |