diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-04-07 21:13:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-04-07 21:13:49 +0000 |
commit | 06b4a8c77def9992257264115d36deba7767935f (patch) | |
tree | 6b88d97816f654373da730fbaabf7672f43a7c09 /gnu/usr.bin/perl/t/test.pl | |
parent | 9e371616af376cba5e412bb75b9fc1af2fba1742 (diff) |
perl 5.8.3 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/t/test.pl')
-rw-r--r-- | gnu/usr.bin/perl/t/test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/t/test.pl b/gnu/usr.bin/perl/t/test.pl index 0c315561405..15202853714 100644 --- a/gnu/usr.bin/perl/t/test.pl +++ b/gnu/usr.bin/perl/t/test.pl @@ -586,7 +586,7 @@ sub _fresh_perl { } # -# run_perl_is +# fresh_perl_is # # Combination of run_perl() and is(). # @@ -600,7 +600,7 @@ sub fresh_perl_is { } # -# run_perl_like +# fresh_perl_like # # Combination of run_perl() and like(). # |