The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.