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