Sha256: cf47ce3effb19d798afd02c5aeb129523f2058c12ef6166f213ab9d6cdea02a6
Contents?: true
Size: 655 Bytes
Versions: 5
Compression:
Stored size: 655 Bytes
Contents
package URI::QueryParam; use strict; use warnings; our $VERSION = '5.17'; 1; __END__ =head1 NAME URI::QueryParam - Additional query methods for URIs =head1 SYNOPSIS use URI; =head1 DESCRIPTION C<URI::QueryParam> used to provide the L<< query_form_hash|URI/$hashref = $u->query_form_hash >>, L<< query_param|URI/@keys = $u->query_param >> L<< query_param_append|URI/$u->query_param_append($key, $value,...) >>, and L<< query_param_delete|URI/ @values = $u->query_param_delete($key) >> methods on L<URI> objects. These methods have been merged into L<URI> itself, so this module is now a no-op. =head1 COPYRIGHT Copyright 2002 Gisle Aas. =cut
Version data entries
5 entries across 5 versions & 1 rubygems