freebsd-ports/net/p5-Rose-URI/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

6 lines
358 B
Plaintext

Rose::URI is an alternative to URI. It 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.