X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fno-bareword.t;h=e54325baabedce6edcfd1afefdcba27420d63901;hb=8343b16e878b4ba015aea44f095452ded06129a7;hp=7dd627fe2812056b33d199571d99176c8132a193;hpb=8781bcf266d637a2fdceb79cadfc5f680bd5e66c;p=p5sagit%2FDevel-Declare.git diff --git a/t/no-bareword.t b/t/no-bareword.t index 7dd627f..e54325b 100644 --- a/t/no-bareword.t +++ b/t/no-bareword.t @@ -27,13 +27,7 @@ my @foo = ( => 123 ); - -TODO: { - BEGIN { - local $TODO = 'fat commas not quoting barewords'; - is($i, 0); - } -} +BEGIN { is($i, 0) } is_deeply(\@foo, ['method', '123']);