Template::Stash::AutoEscaping.

INSTALLATION

The Template::Stash::AutoEscaping installation is straightforward. If your
CPAN shell is set up, you should just be able to do

    % cpan Template::Stash::AutoEscape

Alterantively, you can download it, unpack it and build it using the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

The Template::Stash::AutoEscaping documentation is available in POD. So you
can do:

    % perldoc Template::Stash::AutoEscaping

to read the documentation online with your favorite pager.

-- Shlomi Fish (originally written by mala).