NAME
Template::Plugin::URI - A Template Plugin To Use URI Objects
VERSION
version 0.03
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
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
LICENSE AND COPYRIGHT
Copyright (C) 2020 Denis Boyun
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.