From: Dave Rolsky Date: Thu, 28 Oct 2010 17:40:32 +0000 (-0500) Subject: Remove spurious comma which broke test X-Git-Tag: 1.18~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4df9818ea4f14449738caa529a58929969f96c2f;p=gitmo%2FMoose.git Remove spurious comma which broke test --- diff --git a/t/030_roles/005_role_conflict_detection.t b/t/030_roles/005_role_conflict_detection.t index 21d666a..063af64 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;