do subname() is deprecated, so update this hunk of test dating from perl 1.
authorNicholas Clark <nick@ccl4.org>
Tue, 13 Oct 2009 14:16:53 +0000 (15:16 +0100)
committerJesse Vincent <jesse@bestpractical.com>
Fri, 16 Oct 2009 16:30:15 +0000 (12:30 -0400)
t/op/chop.t

index 503f6f7..39577c2 100644 (file)
@@ -9,7 +9,7 @@ BEGIN {
 plan tests => 139;
 
 $_ = 'abc';
-$c = do foo();
+$c = foo();
 is ($c . $_, 'cab', 'optimized');
 
 $_ = 'abc';