X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=614a4d017f3a1d376700970504a9037f7dc4dd77;hb=1639e48086fe22a4bc8b541af9bc3f4bc7dcd23b;hp=9d8bc437b82a291d5d17f52fcaac61268241e665;hpb=f1c70cbe8ab21dd89f564689ef9e20f6fbb82fea;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 9d8bc43..614a4d0 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,6 +19,9 @@ include 'Test::Exception'; # work around 0.27_0x (its use of diehook might be wr recommends 'MRO::Compat' if $] < 5.010; +makemaker_args PL_FILES => { 'author/generate-mouse-tiny.pl' => 'lib/Mouse/Tiny.pm' }; +system 'author/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm'; + if ($Module::Install::AUTHOR) { local @INC = ('lib', @INC); require 'lib/Mouse/Spec.pm'; @@ -34,7 +37,6 @@ if ($Module::Install::AUTHOR) { } else { print "you don't have Moose $require_version. skipping moose compatibility test\n"; } - system("author/generate-mouse-tiny.pl"); } WriteAll check_nmake => 0; @@ -51,7 +53,10 @@ 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", + '054-anon-leak.t' => 'Moose has memory leaks', '600-tiny-tiny.t' => "Moose doesn't support ::Tiny", '601-tiny-mouse.t' => "Moose doesn't support ::Tiny",