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
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.