Add version and release date
[gitmo/Moose.git] / t / 030_roles / 020_role_composite.t
index 5800e5e..2ce6a4b 100644 (file)
@@ -48,9 +48,9 @@ use Moose::Meta::Role::Composite;
             Role::Baz
         );
 
-    ok ! exception {
+    is( exception {
         Moose::Meta::Role::Application::RoleSummation->new->apply($c);
-    }, '... this composed okay';
+    }, undef, '... this composed okay' );
 
     ##... now nest 'em
     {