Typo fix.
[p5sagit/p5-mst-13.2.git] / ext / Storable / Storable.pm
index 3ea8794..8346fda 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Storable.pm,v 1.0.1.13 2001/12/01 13:34:49 ram Exp $
 #
 #  Copyright (c) 1995-2000, Raphael Manfredi
 #  
@@ -22,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
 use AutoLoader;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.03';
+$VERSION = '2.04';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #