Regenerate test files
[gitmo/Mouse.git] / t / lib / Role / Child.pm
index 323eaa1..d3702bc 100644 (file)
@@ -1,7 +1,10 @@
 package Role::Child;
+# This is automatically generated by author/import-moose-test.pl.
+# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
+use t::lib::MooseCompat;
 use Mouse::Role;
 
-with 'Role::Parent' => { alias => { meth1 => 'aliased_meth1', } };
+with 'Role::Parent' => { -alias => { meth1 => 'aliased_meth1', } };
 
 sub meth1 { }