mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
This library implements a Perl interface for nested URIs -- that is, URIs that
|
|
contain other URIs. The basic format is:
|
|
|
|
{prefix}:{uri}
|
|
|
|
Some examples:
|
|
|
|
* `jdbc:oracle:scott/tiger@//myhost:1521/myservicename`
|
|
* `db:postgres://db.example.com/template1`
|
|
|
|
|
|
WWW: https://metacpan.org/release/URI-Nested
|