diff options
Diffstat (limited to 'ext/Storable/t/canonical.t')
-rw-r--r-- | ext/Storable/t/canonical.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/Storable/t/canonical.t b/ext/Storable/t/canonical.t index 0cab212404..b9ee6cc459 100644 --- a/ext/Storable/t/canonical.t +++ b/ext/Storable/t/canonical.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: canonical.t,v $ -# Revision 1.0 2000/09/01 19:40:41 ram -# Baseline for first official release. -# sub BEGIN { if ($ENV{PERL_CORE}){ @@ -153,4 +149,3 @@ ok 7, $$cloned{''}[0] == \$$cloned{a}; $$cloned{a} = "blah"; ok 8, $$cloned{''}[0] == \$$cloned{a}; - |