Make Storable work with blead/maint by making PL_sv_placeholder
[p5sagit/p5-mst-13.2.git] / ext / Storable / Storable.pm
index e1a72f6..81c94c8 100644 (file)
@@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter DynaLoader);
 use AutoLoader;
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.07';
+$VERSION = '2.08';
 *AUTOLOAD = \&AutoLoader::AUTOLOAD;            # Grrr...
 
 #