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

NAME

Text::Xslate::Util - A set of utilities for Xslate

DESCRIPTION

This module provides utilities for Xslate.

INTERFACE

Exportable functions

mark_raw($str)

This is the entity of the mark_raw filter.

unmark_raw($str)

This is the entity of the unmark_raw filter.

html_escape($str)

This is the entity of the html_escape filter.

p($any)

Displays the contents of $any using Data::Dumper.

This is the entity of the dump filter, useful for debugging.

SEE ALSO

Text::Xslate