Replace comma with semi
Dave Rolsky [Thu, 28 Oct 2010 17:39:25 +0000 (12:39 -0500)]
t/030_roles/005_role_conflict_detection.t

index b06628d..21d666a 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;