Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 34782
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: m.e [...] acm.org
Cc:
AdminCc:

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



Subject: [WISH] Way to remove parameter from URI
$c->req->uri_for() provides a way of adding an extra parameter to a URI or overwriting an existinf parameter, but there is no way of removing an existing parameter. URI::QueryParam provides a query_param_delete($key) method; something like this would be nice.
Sorry, while your request may be valid, we would appreciate it if any feature enhancements would be sent to the catalyst-dev list so they can be open for discussion. Please feel free to pursue this issue there.
svn revision 7857: "Added the ability to remove parameters in req->uri_with() by passing in an undef value (RT #34782)"