Skip Menu |

This queue is for tickets about the CGI-Lite CPAN distribution.

Report information
The Basics
Id: 103315
Status: resolved
Worked: 10 min
Priority: 0/
Queue: CGI-Lite

People
Owner: HOUSTON [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.99_02
Fixed in: 2.99_03



Subject: forms.t waits for input
Windows XP 1..49 ok 1 - use CGI::Lite; ok 2 - Parsing data with GET ok 3 - Parsing scalar param with GET ok 4 - Parsing array param with GET ok 5 - Extracting array param value with GET ok 6 - Parsing data into hash with GET ok 7 - Parsing scalar param into hash with GET ok 8 - Parsing array param into hash with GET ok 9 - Extracting array param value into hash with GET ok 10 - Parsing data via class method with GET ok 11 - Parsing scalar param via class method with GET ok 12 - Parsing array param via class method with GET ok 13 - Extracting array param value via class method with GET ok 14 - Parsing semicolon data with GET ok 15 - Parsing semicolon scalar param with GET ok 16 - Parsing semicolon array param with GET ok 17 - Extracting semicolon array param value with GET ok 18 - GET with missing kv pair ok 19 - Value after GET with missing kv pair [ Reading query from standard input. Press ^D to stop! ] ok 20 - No request method specified [ Reading query from standard input. Press ^D to stop! ] (waits for Ctrl-Z here) Note: @ARGV is empty in line 82 -- Alexandr Ciornii, http://chorny.net
Thanks for this report. I have no access to any MS platforms so find this hard to test. However, there is a (fairly trivially) patched version of forms.t at https://raw.githubusercontent.com/openstrike/perl-CGI-Lite/new-for-v3/t/forms.t If you could replace your copy of forms.t with that one and let me know if it solves the problem, it would be very helpful. Thanks, Pete
On Sun Apr 05 07:09:26 2015, HOUSTON wrote: Show quoted text
> Thanks for this report. I have no access to any MS platforms so find > this hard to test. However, there is a (fairly trivially) patched > version of forms.t at > https://raw.githubusercontent.com/openstrike/perl-CGI-Lite/new-for- > v3/t/forms.t > > If you could replace your copy of forms.t with that one and let me > know if it solves the problem, it would be very helpful.
It does. Tests pass without requiring input. -- Alexandr Ciornii, http://chorny.net
Thanks for the feedback. New version 2.99_03 includes this fix.