NAME

Text::Xslate::PP - Yet another Text::Xslate runtime in pure Perl

VERSION

This document describes Text::Xslate::PP version 0.1021.

DESCRIPTION

This module implements Text::Xslate runtime in pure Perl. Normally it will be loaded in Text::Xslate if needed. So you don't need to use this module in your applications.

# Text::Xslate calls PP when it fails to load XS.
use Text::Xslate;
my $tx = Text::Xslate->new();

If you want to use Text::Xslate::PP, however, you can use it.

use Text::Xslate::PP;
my $tx = Text::Xslate->new();

SEE ALSO

Text::Xslate

AUTHOR

Makamaka Hannyaharamitu <makamaka at cpan.org>

Text::Xslate was written by Fuji, Goro (gfx).

LICENSE AND COPYRIGHT

Copyright (c) 2010 by Makamaka Hannyaharamitu (makamaka).

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