Hello, while debugging the Bugzilla product, I encountered the following Template problem:
In one template there is the statement [% USE mycgi = CGI %]. Reaching this causes a hang on Win32/IIS running ActiveState Perl 5.6.1, TT 2.07 and CGI.pm 2.81 (the same occurred with CGI.pm 2.74). The fishy part is that adding any parameter for the CGI module helps: [% USE mycgi = CGI(foo) %] has no problems, neither has [% USE CGI (foo) %]. I tried constructing a minimized testcase but failed: even though I attempt to replicate as much of the code as reasonably possible, I still can't repeat this with anything else but the real thing. Anyone got an idea where I could start searching for a solution? Or any experience with this sort of issues? For more info, see the problematic template: http://lxr.mozilla.org/mozilla/source/webtools/bugzilla/template/en/default/bug/process/verify-new-product.html.tmpl and also the relevant Bugzilla bug: http://bugzilla.mozilla.org/show_bug.cgi?id=145030 Regards & TIA, Jouni
