From 9453289ade80637b5f30952e561a6060b8ec854f Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 20 May 2008 18:35:54 +0000 Subject: [PATCH] The TODO tests of change 33876 were actually fixed by change 33874. p4raw-id: //depot/perl@33890 --- t/lib/strict/subs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.7.4