Remove spurious comma which broke test
Dave Rolsky [Thu, 28 Oct 2010 17:40:32 +0000 (12:40 -0500)]
t/030_roles/005_role_conflict_detection.t

index 21d666a..063af64 100644 (file)
@@ -189,7 +189,7 @@ Role attribute conflicts
 
     ::throws_ok {
         with 'Role::Boo', 'Role::Boo::Hoo';
-    }, qr/We have encountered an attribute conflict.+ghost/;
+    } qr/We have encountered an attribute conflict.+ghost/;
 
     package My::Test8;
     use Moose;