pkgsrc/www/p5-URI-Nested/DESCR
schmonz a19bed7feb Add p5-URI-Nested, 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`
2014-02-20 18:39:52 +00:00

9 lines
260 B
Text

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`