Index of /ports_net/p5-URI-FromHash
Name Last modified Size
Parent Directory -
Makefile 03-Oct-2008 11:53 584
distinfo 28-May-2011 14:08 141
pkg-descr 02-Aug-2006 15:37 650
pkg-plist 02-Aug-2006 15:37 58
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/