projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
630217d
)
Make sure attr conflict error includes attr name
Dave Rolsky [Tue, 26 Oct 2010 21:15:59 +0000 (16:15 -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
51ee9a0
..
e9ed296
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
::like ::exception {
with 'Role::Boo', 'Role::Boo::Hoo';
- }, qr/We have encountered an attribute conflict/,
+ }, qr/We have encountered an attribute conflict.+ghost/,
'... role attrs conflict and method was required';
package My::Test8;