X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6800f727dfcc9fe1b97a5520be6f919a20598f61;hb=9010458d614641c8103b1d06b479e0c80aa1dcda;hp=38c8a060f98a44030a946355d972581fd899f947;hpb=02cf53bb8ee52cf0f38e939ddd99f574baea20b1;p=gitmo%2FMouse.git 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',