table of contents
Pod::AsciiDoctor(3) | User Contributed Perl Documentation | Pod::AsciiDoctor(3) |
NAME¶
Pod::AsciiDoctor - Convert from POD to AsciiDoc
VERSION¶
Version 0.01
SYNOPSIS¶
Converts the POD of a Perl module to AsciiDoc format.
use Pod::AsciiDoctor; my $adoc = Pod::AsciiDoctor->new(); $adoc->parse_from_filehandle($fh); print $adoc->adoc();
SUBROUTINES/METHODS¶
initialize¶
adoc¶
_prop¶
sanitise¶
append¶
command¶
Overrides Pod::Parser::command
verbatim¶
Overrides Pod::Parser::verbatim
textblock¶
Overrides Pod::Parser::textblock
interior_sequence¶
Overrides Pod::Parser::interior_sequence (Copied from the Pod::Parser)
make_header¶
make_text¶
set_formatting¶
AUTHOR¶
Balachandran Sivakumar, "<balachandran at balachandran.org>" Abhisek Kumar Rout, "<akr.optimus at gmail.com>"
BUGS¶
Please report any bugs or feature requests to "bug-pod-asciidoctor at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Pod-AsciiDoctor>. 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::AsciiDoctor
You can also look for information at:
- RT: CPAN's request tracker (report bugs here)
- AnnoCPAN: Annotated CPAN documentation
- CPAN Ratings
- Search CPAN
ACKNOWLEDGEMENTS¶
LICENSE AND COPYRIGHT¶
Copyright 2015 Balachandran Sivakumar, Abhisek Kumar Rout.
This program is free software; you can redistribute it and/or modify it under the terms of the the Apache License (2.0). You can get a copy of the license at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2020-11-28 | perl v5.26.1 |