Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 123035
Status: resolved
Priority: 0/
Queue: HTTP-Message

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

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



Subject: Spelling error
Hi, a little error: --- a/lib/HTTP/Config.pm +++ b/lib/HTTP/Config.pm @@ -297,7 +297,7 @@ You can either pass separate key/value p =item $conf->remove( %spec ) Removes (and returns) the entries that have matches for all the key/value pairs in %spec. -If %spec is empty this will match all entries; so it will empty the configuation object. +If %spec is empty this will match all entries; so it will empty the configuration object.
On Wed Sep 13 16:17:07 2017, GUIMARD wrote: Show quoted text
> Hi, > > a little error: > --- a/lib/HTTP/Config.pm > +++ b/lib/HTTP/Config.pm > @@ -297,7 +297,7 @@ You can either pass separate key/value p > =item $conf->remove( %spec ) > > Removes (and returns) the entries that have matches for all the > key/value pairs in %spec. > -If %spec is empty this will match all entries; so it will empty the > configuation object. > +If %spec is empty this will match all entries; so it will empty the > configuration object.
Thanks Xavier! Fixed via https://github.com/libwww-perl/HTTP-Message/commit/b7c38e8230663214dd7f8886cebaec92363f8405
Le Mer 13 Sep 2017 16:26:38, OALDERS a écrit : Show quoted text
> ... > Thanks Xavier! > > Fixed via https://github.com/libwww-perl/HTTP- > Message/commit/b7c38e8230663214dd7f8886cebaec92363f8405
You're welcome ;-)