freebsd-ports/net/p5-URI-Match/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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

12 lines
488 B
Plaintext

This is a simple utility that adds ability to match URL parts against
regular expressions, subroutines, or objects that implement a match()
method.
Since this module uses loops and method calls, writing up a clever
regular expression and using it directly against the whole URL is
probably faster. This module aims to solve the problem where
readability matters, or when you need to assemble the match conditions
at run time.
URI::Match adds the following methods to the URI namespace.