aboutsummaryrefslogtreecommitdiff
path: root/net/p5-URI-FromHash/pkg-descr
blob: 9986118859e0c1de599cad87c23f4f8fe3c937a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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: https://metacpan.org/release/URI-FromHash