X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FRole%2FInterface.pm;fp=t%2Flib%2FRole%2FInterface.pm;h=2c0badf36f27a3c35a0a2cf23fe8002c9b8a29e3;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=f081f32979f882809569713357d7c5b6d993fdf9;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27;p=gitmo%2FMouse.git diff --git a/t/lib/Role/Interface.pm b/t/lib/Role/Interface.pm index f081f32..2c0badf 100644 --- a/t/lib/Role/Interface.pm +++ b/t/lib/Role/Interface.pm @@ -1,4 +1,7 @@ package Role::Interface; +# 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; requires "meth2";