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

index b610a44..ef29669 100644 (file)
@@ -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' );
 }