projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a25db2d
)
UnTODO a passing test.
Florian Ragwitz [Thu, 13 Aug 2009 23:53:01 +0000 (
01:53
+0200)]
t/no-bareword.t
patch
|
blob
|
blame
|
history
diff --git
a/t/no-bareword.t
b/t/no-bareword.t
index
7dd627f
..
e54325b
100644
(file)
--- 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']);