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

index f3542b0..bf5aa25 100644 (file)
@@ -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 { }