• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H17-Apr-2005-2113

ChangesH A D17-Apr-2005122 53

MANIFESTH A D17-Apr-2005185 109

META.ymlH A D17-Apr-2005384 1311

Makefile.PLH A D17-Apr-2005191 86

READMEH A D17-Apr-2005618 2819

Textile.pmH A D17-Apr-2005877 508

README

1NAME
2    Catalyst::Plugin::Textile - Textile for Catalyst
3
4SYNOPSIS
5        # include it in plugin list
6        use Catalyst qw/Textile/;
7
8        my $html = $c->textile->process($text);
9
10DESCRIPTION
11    Persistent Textile processor for Catalyst.
12
13  METHODS
14   $c->textile;
15    Returns a ready to use Text::Textile object.
16
17SEE ALSO
18    Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response,
19    Catalyst::Helper, Text::Textile
20
21AUTHOR
22    Sebastian Riedel, "sri@oook.de"
23
24LICENSE
25    This library is free software . You can redistribute it and/or modify it
26    under the same terms as perl itself.
27
28