From: gfx Date: Sun, 1 Nov 2009 06:17:48 +0000 (+0900) Subject: Skip compatible test for Mouse::PurePerl X-Git-Tag: 0.40_05~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=ed2f9d7827b8cab69ed4493c4d6361567ad714b4;hp=5644cfbb90812c441c4c41266c526a38bea0e19a Skip compatible test for Mouse::PurePerl --- 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', );