Warnings about deprecated runtime plugins
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 4ea6d0d..de27fe1 100644 (file)
@@ -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;