1Pod::Simple::Wiki::TextUisleer(3C)ontributed Perl DocumePnotda:t:iSoinmple::Wiki::Textile(3)
2
3
4

NAME

6       Pod::Simple::Wiki::Textile - A class for creating Pod to Textile wiki
7       filters.
8

SYNOPSIS

10       This module isn't used directly. Instead it is called via
11       "Pod::Simple::Wiki":
12
13           #!/usr/bin/perl -w
14
15           use strict;
16           use Pod::Simple::Wiki;
17
18
19           my $parser = Pod::Simple::Wiki->new('textile');
20
21           ...
22
23       Convert Pod to a Textile wiki format using the installed "pod2wiki"
24       utility:
25
26           pod2wiki --style textile file.pod > file.wiki
27

DESCRIPTION

29       The "Pod::Simple::Wiki::Textile" module is used for converting Pod text
30       to Wiki text.
31
32       Pod (Plain Old Documentation) is a simple markup language used for
33       writing Perl documentation.
34
35       For an introduction to Textile see:
36       <http://textile.thresholdstate.com/>
37
38       This module isn't generally invoked directly. Instead it is called via
39       "Pod::Simple::Wiki". See the Pod::Simple::Wiki and pod2wiki
40       documentation for more information.
41

METHODS

43       Pod::Simple::Wiki::Textile inherits all of the methods of "Pod::Simple"
44       and "Pod::Simple::Wiki". See Pod::Simple and Pod::Simple::Wiki for more
45       details.
46

SEE ALSO

48       This module also installs a "pod2wiki" command line utility. See
49       "pod2wiki --help" for details.
50

DISCLAIMER OF WARRANTY

52       Please refer to the DISCLAIMER OF WARRANTY in Pod::Simple::Wiki.
53

AUTHOR

55       John McNamara jmcnamara@cpan.org
56
58       MMIII-MMXV, John McNamara.
59
60       All Rights Reserved. This module is free software. It may be used,
61       redistributed and/or modified under the same terms as Perl itself.
62
63
64
65perl v5.30.0                      2019-07-26     Pod::Simple::Wiki::Textile(3)
Impressum