Lots of spring cleaning. (No functional changes.)
[p5sagit/p5-mst-13.2.git] / ext / Storable / t / freeze.t
index 8a94419..3adb816 100644 (file)
@@ -7,13 +7,6 @@
 #  You may redistribute only under the same terms as Perl 5, as specified
 #  in the README file that comes with the distribution.
 #
-# $Log: freeze.t,v $
-# Revision 1.0.1.1  2001/07/01 11:25:16  ram
-# patch12: added test cases for mem corruption during thaw()
-#
-# Revision 1.0  2000/09/01 19:40:41  ram
-# Baseline for first official release.
-#
 
 sub BEGIN {
     if ($ENV{PERL_CORE}){
@@ -145,4 +138,3 @@ ok 18, !$@;
 
 thaw $frozen;                  # used to segfault here
 ok 19, 1;
-