X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FRole%2FChild.pm;h=d3702bc6c6326c0290fdc413f7dec4ffdc477557;hb=1eb43e0a41287a5b7de774527e379f9ed57e7e21;hp=1ee02b1c76545d8fbc1780c7ce2c1f9e30dfea2d;hpb=1743c0265b257d34b872f580311233b64d89d535;p=gitmo%2FMouse.git diff --git a/t/lib/Role/Child.pm b/t/lib/Role/Child.pm index 1ee02b1..d3702bc 100644 --- a/t/lib/Role/Child.pm +++ b/t/lib/Role/Child.pm @@ -1,4 +1,7 @@ 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', } };