oops. i forgot to commit this method
[gitmo/Moose.git] / 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 { }