NAME
Template::Plugin::Map - map VMethod for Template::Tookit
VERSION
version 0.03
SYNOPSIS
[% USE Map %]
[% list.map('method').join(', ') %]
DESCRIPTION
This module is a Template Tooklit plugin that provides a map
VMethod. This just provides a way to map a method call to a list of objects.
SEE ALSO
SOURCE
The development version is on github at http://github.com/mschout/template-plugin-map and may be cloned from git://github.com/mschout/template-plugin-map.git
BUGS
Please report any bugs or feature requests to bug-template-plugin-map@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Template-Plugin-Map
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Michael Schout <mschout@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.