diff options
Diffstat (limited to 'ext/Storable/t/retrieve.t')
-rw-r--r-- | ext/Storable/t/retrieve.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/Storable/t/retrieve.t b/ext/Storable/t/retrieve.t index 8f564fed82..455283842b 100644 --- a/ext/Storable/t/retrieve.t +++ b/ext/Storable/t/retrieve.t @@ -7,10 +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: retrieve.t,v $ -# Revision 1.0 2000/09/01 19:40:42 ram -# Baseline for first official release. -# sub BEGIN { if ($ENV{PERL_CORE}){ @@ -78,4 +74,3 @@ print "not " if length $root->[1]; print "ok 14\n"; END { 1 while unlink('store', 'nstore') } - |