1Pod::Simple::Wiki::TwikUis(e3r)Contributed Perl DocumentPaotdi:o:nSimple::Wiki::Twiki(3)
2
3
4
6 Pod::Simple::Wiki::Twiki - A class for creating Pod to Twiki wiki
7 filters.
8
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('twiki');
20
21 ...
22
23 Convert Pod to a Twiki wiki format using the installed "pod2wiki"
24 utility:
25
26 pod2wiki --style twiki file.pod > file.wiki
27
29 The "Pod::Simple::Wiki::Twiki" 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 Twiki see: <http://twiki.org>
36
37 This module isn't generally invoked directly. Instead it is called via
38 "Pod::Simple::Wiki". See the Pod::Simple::Wiki and pod2wiki
39 documentation for more information.
40
42 Pod::Simple::Wiki::Twiki inherits all of the methods of "Pod::Simple"
43 and "Pod::Simple::Wiki". See Pod::Simple and Pod::Simple::Wiki for more
44 details.
45
47 This module also installs a "pod2wiki" command line utility. See
48 "pod2wiki --help" for details.
49
51 Thanks to Sam Tregar for TWiki support.
52
54 Please refer to the DISCLAIMER OF WARRANTY in Pod::Simple::Wiki.
55
57 John McNamara jmcnamara@cpan.org
58
60 MMIII-MMXV, John McNamara.
61
62 All Rights Reserved. This module is free software. It may be used,
63 redistributed and/or modified under the same terms as Perl itself.
64
65
66
67perl v5.32.1 2021-01-27 Pod::Simple::Wiki::Twiki(3)