Add author/test-externals.pl to test external distributions that depend on Mouse
[gitmo/Mouse.git] / author / munge-tests-for-moose.pl
index a851ba7..96ec4da 100755 (executable)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 
 BEGIN {
-    @ARGV = glob('t/*.t t/*/*.t');
+    @ARGV = glob('t/*.t t/*/*.t') if !@ARGV;
     $^I = '';
 }