X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=de27fe1cbc4788e03607a301aa308d39115df8c3;hp=4ea6d0d8cbf8870c7f82b973503f33c193efaf36;hb=6b2a933b5b3820e494f9b5804c7c2eb6083bcf09;hpb=64d969197ee915ca489db95a9ceac4b91a9078ea diff --git a/Makefile.PL b/Makefile.PL index 4ea6d0d..de27fe1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -155,7 +155,7 @@ EOF return unless $found; # More or less copied from Module::Build - return if $ENV{PERL_MM_USE_DEFAULT}; + return if $ENV{PERL_MM_USE_DEFAULT}; return unless -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)); sleep 4;