X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FMyMouseObject.pm;fp=t%2Flib%2FMyMouseObject.pm;h=0dfb556b56be9c4062540dc3512d0f499f393f6a;hb=1eb43e0a41287a5b7de774527e379f9ed57e7e21;hp=d60a6f40936aecffb12a04abc2e30fec12678862;hpb=1743c0265b257d34b872f580311233b64d89d535;p=gitmo%2FMouse.git diff --git a/t/lib/MyMouseObject.pm b/t/lib/MyMouseObject.pm index d60a6f4..0dfb556 100644 --- a/t/lib/MyMouseObject.pm +++ b/t/lib/MyMouseObject.pm @@ -1,4 +1,7 @@ package MyMouseObject; +# 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 strict; use warnings;