diff options
author | Richard Clamp <richardc@unixbeard.net> | 2003-10-21 01:02:49 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-10-25 10:03:18 +0000 |
commit | 6c0731c3784186294017516545e3530192f2be03 (patch) | |
tree | 3624c75319d86a572e8665839276266311d2f307 /t/TEST | |
parent | 1624910aabf320d4a6e736454c7836595738ff84 (diff) | |
download | perl-6c0731c3784186294017516545e3530192f2be03.tar.gz |
Re: [perl #948] $, untieable?
Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
Plus a small fix to t/TEST to recognize the added TODO test
as a TODO test.
p4raw-id: //depot/perl@21532
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ EOT $seen_ok = 1; if ($2 == $next) { my($not, $num, $extra) = ($1, $2, $3); - my($istodo) = $extra =~ /^\s*#\s*TODO/ if $extra; + my($istodo) = $extra =~ /#\s*TODO/ if $extra; $istodo = 1 if $todo{$num}; if( $not && !$istodo ) { |