1Pod::Simple::Wiki::UsemUosde(r3)Contributed Perl DocumenPtoadt:i:oSnimple::Wiki::Usemod(3)
2
3
4
6 Pod::Simple::Wiki::Usemod - A class for creating Pod to Usemod 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('usemod');
20
21 ...
22
23 Convert Pod to a Usemod wiki format using the installed "pod2wiki"
24 utility:
25
26 pod2wiki --style usemod file.pod > file.wiki
27
29 The "Pod::Simple::Wiki::Usemod" 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 Usemod see:
36 http://www.usemod.com/cgi-bin/wiki.pl
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
43 Pod::Simple::Wiki::Usemod 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
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
61 AX MMIII-MMVIII, John McNamara.
62
63 All Rights Reserved. This module is free software. It may be used,
64 redistributed and/or modified under the same terms as Perl itself.
65
66
67
68perl v5.12.0 2008-05-24 Pod::Simple::Wiki::Usemod(3)