.uri() scalar vmethod?
"Felipe Gasper (cPanel)" <[email protected]> Tue, 31 Jul 2012 09:21:36 -0500
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <[email protected]> |
Any chance this could make it into a forthcoming TT release?
our $TEXT_VMETHODS = {
...
dquote => \&text_dquote,
html => \&Template::Filters::html_filter,
xml => \&Template::Filters::xml_filter,
uri => \&Template::Filters::uri_filter,
};
It seems like it’d be very (and conspicuously?) useful.
-FG