Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 71065
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: MARKSTOS [...] cpan.org
Requestors: dom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Uses deprecated perl-4-era shellwords.pl
As discussed at <http://www.nntp.perl.org/group/perl.perl5.porters/2011/09/msg177310.html> CGI.pm, which is included in the perl distribution, uses shellwords.pl: <http://perl5.git.perl.org/perl.git/blob/HEAD:/cpan/CGI/lib/CGI.pm#l3533> This is deprecated as of perl 5.14, so it should probaly not be used in CGI.pm.
CC: undisclosed-recipients:;, Dominic Hargreaves via RT <bug-cgi.pm [...] rt.cpan.org>
Subject: Re: [rt.cpan.org #71065] Uses deprecated perl-4-era shellwords.pl
Date: Mon, 19 Sep 2011 10:26:58 -0400
To: bug-CGI.pm [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> As discussed at > <http://www.nntp.perl.org/group/perl.perl5.porters/2011/09/msg177310.html> > CGI.pm, which is included in the perl distribution, uses shellwords.pl:
Wow. I had no idea. Definitely worth fixing. Is there a standard recipe to follow to replace shellwords.pl with a more modern replacement? Mark
Subject: Re: [rt.cpan.org #71065] Uses deprecated perl-4-era shellwords.pl
Date: Tue, 20 Sep 2011 19:12:20 +0100
To: "mark [...] summersault.com via RT" <bug-CGI.pm [...] rt.cpan.org>
From: Dominic Hargreaves <dom [...] earth.li>
On Mon, Sep 19, 2011 at 10:27:11AM -0400, mark@summersault.com via RT wrote: Show quoted text
> > As discussed at > > <http://www.nntp.perl.org/group/perl.perl5.porters/2011/09/msg177310.html> > > CGI.pm, which is included in the perl distribution, uses shellwords.pl:
> > Wow. I had no idea. Definitely worth fixing. Is there a standard > recipe to follow to replace shellwords.pl with a more modern > replacement?
Google suggests <http://perldoc.perl.org/Text/ParseWords.html> but I'm definitely not an expert on this subject! Cheers, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
It appears that a fix has been merged at <https://github.com/markstos/CGI.pm/pull/10>
This was released some time ago. Thanks.