The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Extract::Parser - Template parser for extraction

SYNOPSIS

    use Template::Extract::Parser;

    my $parser = Template::Extract::Parser->new(\%config);
    my $template = $parser->parse($text) or die $parser->error();

DESCRIPTION

This is a trivial subclass of Template::Extract; the only difference with its base class is that PRE_CHOMP and POST_CHOMP is enabled by default.

SEE ALSO

Template::Extract, Template::Parser

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2005 by Autrijus Tang <autrijus@autrijus.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html