NAME

FP::url_

SYNOPSIS

use FP::url_;
my $u= url_ path=> "index.html", fragment=> "foo#bar";
# $u is an URI object
is "$u", 'index.html#foo%23bar';

DESCRIPTION

NOTE

This is alpha software! Read the status section in the package README or on the website.