From: Dave Rolsky Date: Thu, 28 Oct 2010 17:39:25 +0000 (-0500) Subject: Replace comma with semi X-Git-Tag: 1.18~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=167422312c2f3f11af207d61f00329099aa2058f;p=gitmo%2FMoose.git Replace comma with semi --- diff --git a/t/030_roles/005_role_conflict_detection.t b/t/030_roles/005_role_conflict_detection.t index b06628d..21d666a 100644 --- a/t/030_roles/005_role_conflict_detection.t +++ b/t/030_roles/005_role_conflict_detection.t @@ -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;