Beginning of dzilization
[gitmo/Moose.git] / t / 030_roles / 047_role_attribute_conflict.t
index 355f1e7..d4ad4c5 100644 (file)
@@ -22,8 +22,7 @@ use Test::Fatal;
         is => 'ro',
     );
 
-    ::like ::exception { with 'My::Role1' }, qr/attribute conflict.+My::Role2.+foo/,
-        'attribute conflict when composing one role into another';
+    ::like( ::exception { with 'My::Role1' }, qr/attribute conflict.+My::Role2.+foo/, 'attribute conflict when composing one role into another' );
 }
 
 done_testing;