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