Reverse the output from _follow_also
[gitmo/Moose.git] / t / 050_metaclasses / 050_metarole_backcompat.t
index 02cec56..82462c1 100644 (file)
@@ -583,10 +583,10 @@ use Moose::Util::MetaRole;
     }
 }
 
-ok ! exception {
+is( exception {
     package UsesExportedMoose;
     ExportsMoose->import;
-}, 'import module which loads a role from disk during init_meta';
+}, undef, 'import module which loads a role from disk during init_meta' );
 
 {
     package Foo::Meta::Role;