1Pod::Simple::Wiki::KwikUis(e3r)Contributed Perl DocumentPaotdi:o:nSimple::Wiki::Kwiki(3)
2
3
4

NAME

6       Pod::Simple::Wiki::Kwiki - A class for creating Pod to Kwiki 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('kwiki');
20
21           ...
22
23       Convert Pod to a Kwiki wiki format using the installed "pod2wiki"
24       utility:
25
26           pod2wiki --style kwiki file.pod > file.wiki
27

DESCRIPTION

29       The "Pod::Simple::Wiki::Kwiki" 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 Kwiki see: <http://www.kwiki.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

METHODS

42       Pod::Simple::Wiki::Kwiki 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

SEE ALSO

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

ACKNOWLEDGEMENTS

51       Submit a bugfix or test and your name will go here.
52

DISCLAIMER OF WARRANTY

54       Please refer to the DISCLAIMER OF WARRANTY in Pod::Simple::Wiki.
55

AUTHORS

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.30.0                      2019-07-26       Pod::Simple::Wiki::Kwiki(3)
Impressum