Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 28660
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: jdhedden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 5.807
Fixed in: (no value)



Subject: t/live/validator.t can't find 'uploaded_file' field
'perl -Mblib t/live/validator.t' produces the following: Can't call method "filename" on an undefined value at t/live/validator.t line 38. 1..2 This means that the following line is failing: my $upload = $f->find_input("uploaded_file"); I've attached a dump of the page ($res->content) and a dump of the form ($f->dump). This was done with blead Perl under Cygwin.
Subject: page.html

Message body is not shown because it is too large.

Subject: form.txt
GET http://validator.w3.org/check uri= (text) charset=(detect automatically) (option) [*(detect automatically)|utf-8/utf-8 (Unicode, worldwide)|utf-16/utf-16 (Unicode, worldwide)|iso-8859-1/iso-8859-1 (Western Europe)|iso-8859-2/iso-8859-2 (Central Europe)|iso-8859-3/iso-8859-3 (Southern Europe)|iso-8859-4/iso-8859-4 (North European)|iso-8859-5/iso-8859-5 (Cyrillic)|iso-8859-6-i/iso-8859-6-i (Arabic)|iso-8859-7/iso-8859-7 (Greek)|iso-8859-8/iso-8859-8 (Hebrew, visual)|iso-8859-8-i/iso-8859-8-i (Hebrew, logical)|iso-8859-9/iso-8859-9 (Turkish)|iso-8859-10/iso-8859-10 (Latin 6)|iso-8859-11/iso-8859-11 (Latin/Thai)|iso-8859-13/iso-8859-13 (Latin 7, Baltic Rim)|iso-8859-14/iso-8859-14 (Latin 8, Celtic)|iso-8859-15/iso-8859-15 (Latin 9)|iso-8859-16/iso-8859-16 (Latin 10)|us-ascii/us-ascii (basic English)|euc-jp/euc-jp (Japanese, Unix)|shift_jis/shift_jis (Japanese, Win/Mac)|iso-2022-jp/iso-2022-jp (Japanese, email)|euc-kr/euc-kr (Korean)|ksc_5601/ksc_5601 (Korean)|gb2312/gb2312 (Chinese, simplified)|gb18030/gb18030 (Chinese, simplified)|big5/big5 (Chinese, traditional)|big5-HKSCS/Big5-HKSCS (Chinese, Hong Kong)|tis-620/tis-620 (Thai)|koi8-r/koi8-r (Russian)|koi8-u/koi8-u (Ukrainian)|iso-ir-111/iso-ir-111 (Cyrillic KOI-8)|macintosh/macintosh (MacRoman)|windows-1250/windows-1250 (Central Europe)|windows-1251/windows-1251 (Cyrillic)|windows-1252/windows-1252 (Western Europe)|windows-1253/windows-1253 (Greek)|windows-1254/windows-1254 (Turkish)|windows-1255/windows-1255 (Hebrew)|windows-1256/windows-1256 (Arabic)|windows-1257/windows-1257 (Baltic Rim)] fbc=<UNDEF> (checkbox) [*<UNDEF>/off|1] doctype=Inline (option) [*Inline/(detect automatically)|XHTML 1.0 Strict|XHTML 1.0 Transitional|XHTML 1.0 Frameset|HTML 4.01 Strict|HTML 4.01 Transitional|HTML 4.01 Frameset|HTML 3.2|HTML 2.0|ISO/IEC 15445:2000 ("ISO HTML")|XHTML 1.1|XHTML Basic 1.0|XHTML-Print 1.0|XHTML 1.1 plus MathML 2.0|XHTML 1.1 plus MathML 2.0 plus SVG 1.1|MathML 2.0|SVG 1.0|SVG 1.1|SVG 1.1 Tiny|SVG 1.1 Basic|SMIL 1.0|SMIL 2.0] fbd=<UNDEF> (checkbox) [*<UNDEF>/off|1] group=0 (radio) [*0|1] ss=<UNDEF> (checkbox) [*<UNDEF>/off|1] st=<UNDEF> (checkbox) [*<UNDEF>/off|1] outline=<UNDEF> (checkbox) [*<UNDEF>/off|1] No200=<UNDEF> (checkbox) [*<UNDEF>/off|1] verbose=<UNDEF> (checkbox) [*<UNDEF>/off|1] <NONAME>=Check (submit)
On Fri Aug 03 20:21:24 2007, JDHEDDEN wrote: Show quoted text
> 'perl -Mblib t/live/validator.t' produces the following: > Can't call method "filename" on an undefined value at t/live/validator.t line 38.
I've got the same problem.
Fixed by simply removing the test and upload the result as 5.808 :)