Package: rose-uri-pm
Version: 1.00
Revision: 4
Description: Manipulate URI components
Type: perl
License: Artistic
Maintainer: Benjamin Reed <rose-uri-pm@fink.raccoonfink.com>
Depends: <<
	rose-object-pm (>= 0.015-1),
	uri-pm
<<
Source: mirror:cpan:modules/by-module/Rose/Rose-URI-%v.tar.gz
Source-Checksum: SHA256(4425d60b4cb5355f290ea108ab6e5fbb4cb831857f19010011796793e8b361a3)
UpdatePOD: true
DocFiles: Changes
Homepage: https://metacpan.org/dist/Rose-URI
DescDetail: <<
Rose::URI provides a rich set of query string manipulation methods.
Query parameters can be added, removed, and checked for their
existence.  URI allows the entire query to be set or returned as a
whole via the query_form or query methods, and the URI::QueryParam
module provides a few more methods for query string manipulation.
<<