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

NAME

Template::Plugin::URI - A Template Plugin To Use URI Objects

SYNOPSIS

    # Standart URI constructors
    [% USE uri = URI('foo','http') %]
    [% USE uri = URI('http://www.perl.com') %]
    [% USE file_path = URI('foo/bar','file') %]

    # 'new_abs' URI constructor
    [% USE uri_abs = URI('test','http://www.perl.com', new_abs = 1) %]
 

OVERVIEW

This module allows you to use URI objects in TT templates

SEE ALSO

URI Template

AUTHOR

Copyright 2020 Denis Boyun, <denisboyun at gmail.com>

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.