
Catalyst::Plugin::Textile - Textile for Catalyst

# include it in plugin list
use Catalyst qw/Textile/;
my $html = $c->textile->process($text);

Persistent Textile processor for Catalyst.
Returns a ready to use Text::Textile object.

Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper, Text::Textile

Sebastian Riedel, sri@oook.de

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.