From: gfx Date: Sat, 5 Dec 2009 04:59:49 +0000 (+0900) Subject: Fix Makefile.PL to add author's tests correctly X-Git-Tag: 0.41~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=125dc1a8a40b3e76d89abbc96589e42c0b9d7c1a Fix Makefile.PL to add author's tests correctly --- diff --git a/Makefile.PL b/Makefile.PL index 395af4b..994104e 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,6 +59,14 @@ else{ print "Mouse configured with Pure Perl.\n"; } + +tests 't/*.t t/*/*.t'; + +repository 'git://git.moose.perl.org/Mouse.git'; + +clean_files 'lib/Mouse/Tiny.pm $(O_FILES)'; + + if (author_context()) { my $require_version = Mouse::Spec->MooseVersion; @@ -87,10 +95,4 @@ if (author_context()) { } } -repository 'git://git.moose.perl.org/Mouse.git'; - -tests 't/*.t t/*/*.t'; - -clean_files 'lib/Mouse/Tiny.pm $(O_FILES)'; - WriteAll check_nmake => 0;