mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
14 lines
533 B
Plaintext
14 lines
533 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.
|
|
|
|
WWW: https://metacpan.org/release/URI-Match
|