diff options
-rw-r--r-- | t/004template.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/004template.t b/t/004template.t index cf63975d1..2f9b252b2 100644 --- a/t/004template.t +++ b/t/004template.t @@ -33,6 +33,9 @@ BEGIN { use Test::More tests => $tests; } use strict; use Template; +# Bug 137589 - Disable command-line input of CGI.pm when testing +use CGI qw(-no_debug); + my @testitems = @Support::Templates::testitems; my $include_path = $Support::Templates::include_path; # Capture the TESTERR from Test::More for printing errors. |