Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66.
Nicholas Clark [Thu, 13 Aug 2009 06:58:46 +0000 (07:58 +0100)]
t/lib/strict/subs

index e8e1324..03cda4f 100644 (file)
@@ -409,7 +409,7 @@ EXPECT
 Bareword "FOO" not allowed while "strict subs" in use at - line 4.
 Execution of - aborted due to compilation errors.
 ########
-# commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing
+# TODO: commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing
 use strict 'subs';
 my @players;
 sub _rankCompare { }
@@ -417,7 +417,7 @@ sub _rankCompare { }
 EXPECT
 
 ########
-# commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing
+# TODO: commit 984f9f66477bc722578262ae8520584e44e881af broke this parsing
 use strict;
 readline(STDIN);
 EXPECT