This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df91b2c
)
[patch t/test.pl] comment fix
author
Stas Bekman
<stas@stason.org>
Tue, 23 Dec 2003 14:48:58 +0000
(06:48 -0800)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 23 Dec 2003 23:19:19 +0000
(23:19 +0000)
Message-ID: <
3FE8C65A
.4060708@stason.org>
Date: Tue, 23 Dec 2003 14:48:58 -0800
p4raw-id: //depot/perl@21952
t/test.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/test.pl
b/t/test.pl
index
0c31556
..
1520285
100644
(file)
--- a/
t/test.pl
+++ b/
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().
#