silence warning from Engine::HTTP when $ENV{HARNESS_ACTIVE} is true
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP.pm
index 526fec9..9b9ecd3 100644 (file)
@@ -14,7 +14,7 @@ Please update your application's scripts with:
 
   catalyst.pl -force -scripts MyApp
 
-to update your scripts to not do this.\n");
+to update your scripts to not do this.\n") unless $ENV{HARNESS_ACTIVE};
 
 1;