1Pod::Simple::Wiki::MoinUmsoeirn(C3o)ntributed Perl DocumPeondt:a:tSiiomnple::Wiki::Moinmoin(3)
2
3
4
6 Pod::Simple::Wiki::Moinmoin - A class for creating Pod to Moinmoin 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('moinmoin');
20
21 ...
22
23 Convert Pod to a Moinmoin wiki format using the installed "pod2wiki"
24 utility:
25
26 pod2wiki --style moinmoin file.pod > file.wiki
27
29 The "Pod::Simple::Wiki::Moinmoin" 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 Moinmoin see: <http://moinmoin.wikiwikiweb.de/>
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::Moinmoin 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
47 This module also installs a "pod2wiki" command line utility. See
48 "pod2wiki --help" for details.
49
51 Thanks to Michael Matthews for MoinMoin 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.38.0 2023-07-21 Pod::Simple::Wiki::Moinmoin(3)