projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f8fc259
)
Add some parens to is()
Dave Rolsky [Wed, 1 Jul 2009 17:44:36 +0000 (12:44 -0500)]
t/088_immutable_role_application_bug.t
patch
|
blob
|
blame
|
history
diff --git
a/t/088_immutable_role_application_bug.t
b/t/088_immutable_role_application_bug.t
index
b610a44
..
ef29669
100644
(file)
--- a/
t/088_immutable_role_application_bug.t
+++ b/
t/088_immutable_role_application_bug.t
@@
-30,6
+30,6
@@
BEGIN {
TODO: {
local $TODO = 'This broke as of 07302fb';
- is $My::Meta::Trait::FAILED, 0, 'Can find method';
+ is( $My::Meta::Trait::FAILED, 0, 'Can find method' );
}