Template-TAL
view release on metacpan or search on metacpan
lib/Template/TAL/ValueParser.pm view on Meta::CPAN
Template::TAL::ValueParser - parse attribute values
=head1 SYNOPSIS
my $string = "path:/foo/bar/0/baz";
my $value = Template::TAL::ValueParser->value( $string );
=head1 DESCRIPTION
This module is responsible for parsing the values of attributes in templates,
and returning them. It can also split multiple values up into a list, using
semicolons as list seperators. The way that values are parsed is based very
strongly on TALES (http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES)
but the actual TALES spec is provided by the language module
L<Template::TAL::Language::TALES>.
=cut
package Template::TAL::ValueParser;
use warnings;
use strict;
( run in 0.606 second using v1.01-cache-2.11-cpan-71847e10f99 )