X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=39b0fe727b620d46486d0a7c3550871917684a68;hb=95ecd6f132112c6763cdaf2e6bc72c39e9ab76b5;hp=ab6479f9a7ca5870853fba10f66158aefa0c36bc;hpb=d21b0c568e8f1ec9acb47482446e8ef4ab1e2906;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index ab6479f..39b0fe7 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,6 +19,8 @@ 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' }; + if ($Module::Install::AUTHOR) { local @INC = ('lib', @INC); require 'lib/Mouse/Spec.pm'; @@ -34,7 +36,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; @@ -54,6 +55,7 @@ sub create_moose_compatibility_test { '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",