X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=author%2Fmunge-tests-for-moose.pl;h=96ec4daac80eb89f89a1e31a53d994305792c9bc;hb=448fbe3285470e2885ab4e105044fa84bdc9e078;hp=a851ba749a790051cb91757982d4acfb86b8eda3;hpb=99ba3cce247b4644516bb4435f74ac2ffb08fd39;p=gitmo%2FMouse.git diff --git a/author/munge-tests-for-moose.pl b/author/munge-tests-for-moose.pl index a851ba7..96ec4da 100755 --- a/author/munge-tests-for-moose.pl +++ b/author/munge-tests-for-moose.pl @@ -3,7 +3,7 @@ use strict; use warnings; BEGIN { - @ARGV = glob('t/*.t t/*/*.t'); + @ARGV = glob('t/*.t t/*/*.t') if !@ARGV; $^I = ''; }