newer Distar provides the bump targets and script
[p5sagit/Devel-Declare.git] / t / no-bareword.t
index 9032aaf..e54325b 100644 (file)
@@ -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;