1Pod::Simple::Wiki::ConfUlsueerncCeo(n3t)ributed Perl DocPuomde:n:tSaitmipolne::Wiki::Confluence(3)
2
3
4
6 Pod::Simple::Wiki::Confluence - A class for creating Pod to Confluence
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('confluence');
20
21 ...
22
23 Convert Pod to a Confluence wiki format using the installed "pod2wiki"
24 utility:
25
26 pod2wiki --style confluence file.pod > file.wiki
27
29 The "Pod::Simple::Wiki::Confluence" 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 Confluence see:
36 <http://www.atlassian.com/software/confluence/>
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::Confluence inherits all of the methods of
44 "Pod::Simple" and "Pod::Simple::Wiki". See Pod::Simple and
45 Pod::Simple::Wiki for more details.
46
48 This module also installs a "pod2wiki" command line utility. See
49 "pod2wiki --help" for details.
50
52 Thanks to David Bartle, Andrew Hobbs and Jim Renwick for patches.
53
55 Please refer to the DISCLAIMER OF WARRANTY in Pod::Simple::Wiki.
56
58 John McNamara jmcnamara@cpan.org
59
61 MMIII-MMXV, 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.28.0 2015-11-09 Pod::Simple::Wiki::Confluence(3)