fix typo in docs: . instead of ;
[gitmo/Moose.git] / t / 600_todo_tests / 007_application_metarole_compat.t
index 81affc5..b141e83 100644 (file)
@@ -52,7 +52,7 @@ BEGIN {
     package Child;
     use Moose -traits => 'Bar';
     { our $TODO; local $TODO = "no idea what's going on here";
-    ::ok ! ::exception { extends 'Parent' };
+    ::is( ::exception { extends 'Parent' }, undef );
     }
 }