From: Nicholas Clark Date: Tue, 20 May 2008 18:35:54 +0000 (+0000) Subject: The TODO tests of change 33876 were actually fixed by change 33874. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9453289ade80637b5f30952e561a6060b8ec854f;p=p5sagit%2Fp5-mst-13.2.git The TODO tests of change 33876 were actually fixed by change 33874. p4raw-id: //depot/perl@33890 --- diff --git a/t/lib/strict/subs b/t/lib/strict/subs index 2c9aa87..c18af68 100644 --- a/t/lib/strict/subs +++ b/t/lib/strict/subs @@ -394,14 +394,14 @@ EXPECT Bareword "FOO" not allowed while "strict subs" in use at - line 2. Execution of - aborted due to compilation errors. ######## -# TODO: [perl #53806] No complain about bareword +# [perl #53806] No complain about bareword use strict 'subs'; print FOO . "\n"; EXPECT Bareword "FOO" not allowed while "strict subs" in use at - line 3. Execution of - aborted due to compilation errors. ######## -# TODO: [perl #53806] No complain about bareword +# [perl #53806] No complain about bareword use strict 'subs'; $ENV{PATH} = ""; system(FOO . "\n");