From: gfx Date: Wed, 21 Oct 2009 06:36:20 +0000 (+0900) Subject: Update Makefile.PL X-Git-Tag: 0.40_01~42^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=e7cd4194289979a3ba5779eb9edce47c224aea80 Update Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 38c8a06..6800f72 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -55,7 +55,7 @@ sub create_moose_compatibility_test { # some test does not pass... currently skip it. my %SKIP_TEST = ( '016-trigger.t' => "trigger's argument is incompatble :(", - '010-isa-or.t' => "Mouse has a [BUG]", + '810-isa-or.t' => "Mouse has a [BUG]", '052-undefined-type-in-union.t' => "Mouse accepts undefined type as a member of union types", '054-anon-leak.t' => 'Moose has memory leaks',