From c426e1c4b07a8ea610af67e6f08f507e4e8cf7e5 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 18 Apr 2002 04:10:43 +0000 Subject: Bug 137589 - fix test 4 not to hang on the "use CGI" in the template. --- t/004template.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't') 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. -- cgit v1.2.3-24-g4f1b