projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
53a4d82
)
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
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
b06628d
..
21d666a
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;