1Pod::Simple::Wiki::TiddUlsyewrikCio(n3t)ributed Perl DocPuomde:n:tSaitmipolne::Wiki::Tiddlywiki(3)
2
3
4
6 Pod::Simple::Wiki::Tiddlywiki - A class for creating Pod to Tiddlywiki
7 wiki 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('tiddlywiki');
20
21 ...
22
23 Convert Pod to a Tiddlywiki wiki format using the installed "pod2wiki"
24 utility:
25
26 pod2wiki --style tiddlywiki file.pod > file.wiki
27
29 The "Pod::Simple::Wiki::Tiddlywiki" module is used for converting Pod
30 text 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 Tiddlywiki see: <http://tiddlywiki.com/>
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::Tiddlywiki inherits all of the methods of
43 "Pod::Simple" and "Pod::Simple::Wiki". See Pod::Simple and
44 Pod::Simple::Wiki for more details.
45
48 This module also installs a "pod2wiki" command line utility. See
49 "pod2wiki --help" for details.
50
52 Submit a bugfix or test and your name will go here.
53
55 Please refer to the DISCLAIMER OF WARRANTY in Pod::Simple::Wiki.
56
58 John McNamara jmcnamara@cpan.org
59
60 Ron Savage, ron@savage.net.au
61
62 Olivier 'dolmen' Mengu�
63
65 MMIII-MMXV, John McNamara.
66
67 All Rights Reserved. This module is free software. It may be used,
68 redistributed and/or modified under the same terms as Perl itself.
69
70
71
72perl v5.32.1 2021-01-27 Pod::Simple::Wiki::Tiddlywiki(3)