diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-02 11:37:28 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-02 11:37:28 +0000 |
commit | 16304de1c5433912754c59a215d1f0421ea7fda7 (patch) | |
tree | 5d2ddfc2c797eb147458e4707ee7e84121b7f8d3 /net/p5-URI-FromHash/pkg-descr | |
parent | aaed6be69df33ca83523dc35b11ad5ae3dff76fe (diff) |
Notes
Diffstat (limited to 'net/p5-URI-FromHash/pkg-descr')
-rw-r--r-- | net/p5-URI-FromHash/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/p5-URI-FromHash/pkg-descr b/net/p5-URI-FromHash/pkg-descr new file mode 100644 index 000000000000..e389da6b80c6 --- /dev/null +++ b/net/p5-URI-FromHash/pkg-descr @@ -0,0 +1,13 @@ +This module provides a simple functional "named parameters" style interface +for creating URIs. Underneath the hood it uses URI.pm, though because of +the simplified interface it may not support all possible options for all +types of URIs. + +It was created for the common case where you simply want to have a simple +interface for creating syntactically correct URIs from known components +(like a path and query string). Doing this using the native URI.pm +interface is rather tedious, requiring a number of method calls, which is +particularly ugly when done inside a templating system such as Mason or +TT2. + +WWW: http://search.cpan.org/dist/URI-FromHash/ |