
Template::Benchmark::Engines::TextXslate - Template::Benchmark plugin for Text::Xslate.

Provides benchmark functions and template feature syntaxes to allow Template::Benchmark to benchmark the Text::Xslate template engine.
Because Text::Xslate and Text::Xslate::PP trample over each other if they're used in the same program there's no way to safely provide a TextXslatePP plugin,
however if you set the XSLATE environment variable to pp as documented in Text::Xslate::PP,
this plugin will detect that you're using the pure-perl backend.

Sam Graham,
<libtemplate-benchmark-perl at illusori.co.uk>
Patches contributed by: Goro Fuji.

Please report any bugs or feature requests to bug-template-benchmark at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Benchmark.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Template::Benchmark::Engines::TextXslate
You can also look for information at:

Thanks to Paul Seamons for creating the the bench_various_templaters.pl script distributed with Template::Alloy, which was the ultimate inspiration for this module.

Copyright 2010 Sam Graham.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.