projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
136c2a5
)
do subname() is deprecated, so update this hunk of test dating from perl 1.
Nicholas Clark [Tue, 13 Oct 2009 14:16:53 +0000 (15:16 +0100)]
t/op/chop.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/chop.t
b/t/op/chop.t
index
503f6f7
..
39577c2
100644
(file)
--- a/
t/op/chop.t
+++ b/
t/op/chop.t
@@
-9,7
+9,7
@@
BEGIN {
plan tests => 139;
$_ = 'abc';
-$c = do foo();
+$c = foo();
is ($c . $_, 'cab', 'optimized');
$_ = 'abc';