Fix Makefile.PL to add author's tests correctly
gfx [Sat, 5 Dec 2009 04:59:49 +0000 (13:59 +0900)]
Makefile.PL

index 395af4b..994104e 100755 (executable)
@@ -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;