In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/972ee0bb665b38fb7358a55b17bd9ccf4d122b49?hp=cb4bdfcf966b22445c291b778e785e035f399f9d>
- Log ----------------------------------------------------------------- commit 972ee0bb665b38fb7358a55b17bd9ccf4d122b49 Author: Nicholas Clark <[email protected]> Date: Thu Aug 13 07:58:46 2009 +0100 Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66. ----------------------------------------------------------------------- Summary of changes: t/lib/strict/subs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/lib/strict/subs b/t/lib/strict/subs index e8e1324..03cda4f 100644 --- a/t/lib/strict/subs +++ b/t/lib/strict/subs @@ -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 -- Perl5 Master Repository
