X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=author%2Fcreate-moose-compatibility-tests.pl;fp=author%2Fcreate-moose-compatibility-tests.pl;h=b63ba9bc8c002ad59aff53326f7584378ab167d3;hp=d8751055ee98b3d353cf407652d0640ed4e6b20f;hb=ed2f9d7827b8cab69ed4493c4d6361567ad714b4;hpb=5644cfbb90812c441c4c41266c526a38bea0e19a diff --git a/author/create-moose-compatibility-tests.pl b/author/create-moose-compatibility-tests.pl index d875105..b63ba9b 100644 --- a/author/create-moose-compatibility-tests.pl +++ b/author/create-moose-compatibility-tests.pl @@ -21,6 +21,7 @@ my %SKIP_TEST = ( '600-tiny-tiny.t' => "Moose doesn't support ::Tiny", '601-tiny-mouse.t' => "Moose doesn't support ::Tiny", '602-mouse-tiny.t' => "Moose doesn't support ::Tiny", + '603-mouse-pureperl.t'=> "Moose doesn't have ::PurePerl", '031_roles_applied_in_create.t' => 't/lib/* classes are not Moose classes/roles', );