From: gfx <gfuji@cpan.org>
Date: Wed, 30 Sep 2009 05:03:24 +0000 (+0900)
Subject: Update Makefile.PL
X-Git-Tag: 0.37_01~26
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d21b0c568e8f1ec9acb47482446e8ef4ab1e2906;p=gitmo%2FMouse.git

Update Makefile.PL
---

diff --git a/Makefile.PL b/Makefile.PL
index 9d8bc43..ab6479f 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -51,7 +51,9 @@ 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]',
+        '010-isa-or.t'     => "Mouse has a [BUG]",
+
+        '052-undefined-type-in-union.t' => "Mouse accepts undefined type as a member of union types",
 
         '600-tiny-tiny.t'     => "Moose doesn't support ::Tiny",
         '601-tiny-mouse.t'    => "Moose doesn't support ::Tiny",