Update to CPANPLUS 0.87_01
[p5sagit/p5-mst-13.2.git] / lib / CPANPLUS / Internals / Source / Memory.pm
index fc108d5..cb3fd4f 100644 (file)
@@ -350,9 +350,11 @@ sub __memory_storable_file {
         File::Spec->catfile(
             $path,                          #base dir
             $conf->_get_source('stored')    #file
-            . '.' .
+            . '.s' .
             $Storable::VERSION              #the version of storable 
-            . '.stored'                     #append a suffix
+            . '.c' .
+            $self->VERSION                  #the version of CPANPLUS
+            . STORABLE_EXT                  #append a suffix
         )
     );