projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0fe3394
)
oops. i forgot to commit this method
Tokuhiro Matsuno [Fri, 29 Aug 2008 03:20:49 +0000 (
03:20
+0000)]
t/lib/Role/Child.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/Role/Child.pm
b/t/lib/Role/Child.pm
index
f3542b0
..
bf5aa25
100644
(file)
--- a/
t/lib/Role/Child.pm
+++ b/
t/lib/Role/Child.pm
@@
-1,7
+1,7
@@
package Role::Child;
use Moose::Role;
-with 'Role::Parent' => { alias => { meth1 => '_aliased', } };
+with 'Role::Parent' => { alias => { meth1 => 'aliased_meth1', } };
sub meth1 { }