projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1674223
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/030_roles/005_role_conflict_detection.t
b/t/030_roles/005_role_conflict_detection.t
index
21d666a
..
063af64
100644
(file)
--- 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;