Skip Menu |

This queue is for tickets about the String-ShellQuote CPAN distribution.

Report information
The Basics
Id: 9449
Status: resolved
Priority: 0/
Queue: String-ShellQuote

People
Owner: ROSCH [...] cpan.org
Requestors: gdghare [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.00
Fixed in: 1.01



Subject: Enhancement: Shell Quote quotes a string containing + which is not necessary for most shells
String-ShellQuote-1.00 appears to quote items with a '+' in them. This can be fixed with a change to the regular expression in the line: } elsif (/[^\w\d.\-\/]/) { to } elsif (/[^\w\+.\-\/]/) { Note that \d there is redundant anyway because \w includes numerals as well. Regards, Gautam
To: bug-String-ShellQuote [...] rt.cpan.org
From: Roderick Schertler <roderick [...] argon.org>
Subject: Re: [cpan #9449] Enhancement: Shell Quote quotes a string containing + which is not necessary for most shells
Date: Wed, 09 Feb 2005 21:01:26 -0500
RT-Send-Cc:
On Wed, 5 Jan 2005 15:45:06 -0500 (EST), "Guest via RT" <bug-String-ShellQuote@rt.cpan.org> said: Show quoted text
> > String-ShellQuote-1.00 appears to quote items with a '+' in them. This > can be fixed with a change to the regular expression in the line:
Thanks, I've just uploaded 1.01 which matches more closely what actually needs to be quoted. These new characters are now allowed: qw(! % + , : @ ^). -- Roderick Schertler roderick@argon.org