NAME
Pod::POM::View::Confluence - Confluence view of a Pod Object Model
SYNOPSIS
use Pod::POM::View::Confluence;
my $view = 'Pod::POM::View::Confluence';
$pom->present($view);
DESCRIPTION
Confluence is an "entreprise wiki" published by Atlassian. Pages can be edited either in Rich Text or Wiki Markup. See http://www.atlassian.com/software/confluence/ for details.
This module provides a view for Pod::POM
that outputs the information in the Confluence Wiki Markup.
Use it like any other Pod::POM::View
subclass.
Note that =for
and =begin
/ =end
block will not output anything, unless for format confluence
.
METHODS
Apart from the view_*
methods (see Pod::POM for details), this module supports the two following methods:
AUTHOR
Philippe Bruhat (BooK), <book@cpan.org>
BUGS
Please report any bugs or feature requests to bug-pod-pom-view-confluence at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Pod-POM-View-Confluence. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Pod::POM::View::Confluence
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Pod-POM-View-Confluence
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT
Copyright 2008 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.