X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FMyMouseB.pm;h=12c766aa1396ebc70f2c1b81eb6f9ff6b114126e;hb=1eb43e0a41287a5b7de774527e379f9ed57e7e21;hp=542ae00fe1cca456a6554331c8938f98758f4f4c;hpb=1743c0265b257d34b872f580311233b64d89d535;p=gitmo%2FMouse.git diff --git a/t/lib/MyMouseB.pm b/t/lib/MyMouseB.pm index 542ae00..12c766a 100644 --- a/t/lib/MyMouseB.pm +++ b/t/lib/MyMouseB.pm @@ -1,4 +1,7 @@ package MyMouseB; +# 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;