Make sure attr conflict error includes attr name
Dave Rolsky [Tue, 26 Oct 2010 21:15:59 +0000 (16:15 -0500)]
t/030_roles/005_role_conflict_detection.t

index 51ee9a0..e9ed296 100644 (file)
@@ -189,7 +189,7 @@ Role attribute conflicts
 
     ::like ::exception {
         with 'Role::Boo', 'Role::Boo::Hoo';
-    }, qr/We have encountered an attribute conflict/,
+    }, qr/We have encountered an attribute conflict.+ghost/,
       '... role attrs conflict and method was required';
 
     package My::Test8;