From: David Mitchell Date: Fri, 3 Jul 2009 14:58:05 +0000 (+0100) Subject: bump memoize version to distinguish it from 5.8.9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f003618aee9be23bafe6c74f0875073e1474efa;p=p5sagit%2Fp5-mst-13.2.git bump memoize version to distinguish it from 5.8.9 --- diff --git a/lib/Memoize.pm b/lib/Memoize.pm index a7f29de..0cecbca 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 }