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