diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2007-03-31 00:51:55 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2007-03-31 00:51:55 +0000 |
commit | 50b479ab2d3e2eea13eaf6eb0b160a2794b8edbd (patch) | |
tree | 7302a3a13bda0cb44ae3597d3d83c3ebf307b0e4 /ext | |
parent | 6ce772598eedbbef16f282fb98aa751b83a83c37 (diff) | |
download | perl-50b479ab2d3e2eea13eaf6eb0b160a2794b8edbd.tar.gz |
This was released as 2.16.
p4raw-id: //depot/perl@30804
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Storable/Storable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 77b1b5c5ec..a5d0c6b597 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -23,7 +23,7 @@ use AutoLoader; use FileHandle; use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.15_02'; +$VERSION = '2.16'; *AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr... # |