X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FMyMetaclassRole.pm;h=79963376078599b28491b03c93f697087c3bc965;hb=1eb43e0a41287a5b7de774527e379f9ed57e7e21;hp=19df7ec335ed6552970210f4ffcab04dc01cca5f;hpb=1743c0265b257d34b872f580311233b64d89d535;p=gitmo%2FMouse.git diff --git a/t/lib/MyMetaclassRole.pm b/t/lib/MyMetaclassRole.pm index 19df7ec..7996337 100644 --- a/t/lib/MyMetaclassRole.pm +++ b/t/lib/MyMetaclassRole.pm @@ -1,4 +1,7 @@ package MyMetaclassRole; +# 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; 1;