Your message dated Wed, 21 Dec 2005 23:21:06 +1100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#243387: CGI.pm warnings
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Apr 2004 20:17:04 +0000
>From [EMAIL PROTECTED] Mon Apr 12 13:17:04 2004
Return-path: <[EMAIL PROTECTED]>
Received: from way-too-hosed.mit.edu [18.101.3.8]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BD7rc-0005OK-00; Mon, 12 Apr 2004 13:17:04 -0700
Received: from seph by way-too-hosed.mit.edu with local (Exim 3.35 #1 (Debian))
id 1BD7rZ-0007tr-00
for <[EMAIL PROTECTED]>; Mon, 12 Apr 2004 16:17:01 -0400
To: [EMAIL PROTECTED]
Subject: CGI.pm warnings
From: seph <[EMAIL PROTECTED]>
Date: Mon, 12 Apr 2004 16:17:01 -0400
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_40_50,HTML_MESSAGE,HTML_TITLE_UNTITLED autolearn=no
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 1
Package: perl-modules
Version: 5.8.3-3
#!/usr/bin/perl -w
use strict;
use CGI;
my $q = new CGI;
print
$q->start_html,
$q->start_form,
$q->end_form,
$q->end_html;
print "\n\n",$CGI::VERSION, "\n";
hermes:~# ./test.pl
Use of uninitialized value in length at (eval 7) line 12.
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"
xml:lang="en-US"><head><title>Untitled Document</title>
</head><body><form method="post" action="/./test.pl"
enctype="application/x-www-form-urlencoded">
<div></div></form></body></html>
3.01
I've opened a cpan bug #5987, but I notice that CGI.pm is up to 3.04,
so newer version may have fixed this.
seph
---------------------------------------
Received: (at 243387-done) by bugs.debian.org; 21 Dec 2005 12:21:10 +0000
>From [EMAIL PROTECTED] Wed Dec 21 04:21:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from londo.c47.org ([198.142.1.20] ident=mail)
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ep2xy-0000PB-3X
for [EMAIL PROTECTED]; Wed, 21 Dec 2005 04:21:10 -0800
Received: from bod by londo.c47.org with local (Exim 3.36 #1 (Debian))
id 1Ep2xu-0002ym-00; Wed, 21 Dec 2005 23:21:06 +1100
Date: Wed, 21 Dec 2005 23:21:06 +1100
From: Brendan O'Dea <[EMAIL PROTECTED]>
To: seph <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#243387: CGI.pm warnings
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.9i
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=1.0 required=4.0 tests=BAYES_44,HAS_BUG_NUMBER,
HTML_20_30,HTML_MESSAGE,HTML_TITLE_UNTITLED autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Version: 5.8.7-2
On Mon, Apr 12, 2004 at 04:17:01PM -0400, seph wrote:
>#!/usr/bin/perl -w
>
>use strict;
>use CGI;
>
>my $q = new CGI;
>
>print
> $q->start_html,
> $q->start_form,
> $q->end_form,
> $q->end_html;
>
>print "\n\n",$CGI::VERSION, "\n";
>
>
>hermes:~# ./test.pl
>Use of uninitialized value in length at (eval 7) line 12.
><?xml version="1.0" encoding="iso-8859-1"?>
><!DOCTYPE html
> PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"
>xml:lang="en-US"><head><title>Untitled Document</title>
></head><body><form method="post" action="/./test.pl"
>enctype="application/x-www-form-urlencoded">
><div></div></form></body></html>
>
>3.01
This was fixed in 5.8.7-2, closing.
--bod
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]