NAME
pod6xhtml - convert Perl pod to XHTML
SYNOPSIS
pod6xhtml < somefile.pod > somefile.xhtml
pod6xhtml somefile.pod > somefile.xhtml
pod6xhtml -css main.css somefile.pod > somefile.xhtml
pod6xhtml -M Perl6::Pod::Lib somefile.pod > somefile.xhtml
options:
-doctype|t - set doc type . Default html;
-add_head|ah - If this option is set , pod6xhtml will emit a DOCTYPE as the first line of output.
-css <css_file> - add stylesheet link to head of xhtml file.
-module|M - add extensions for Pod ( could use multiple )
-command|c - set one line Pod text for processing (instead from STDIN)
-help - print help message
-man - print man page
OPTIONS
- -help
-
Print a brief help message and exits
- -man
-
Prints manual page and exits
- -doctype, -t
-
Set docbook type . Default html
- -no_head,-nh
-
If this option is set , pod6xhtml will don't headers
- -css cssfile
-
Add stylesheet link to head of xhtml file
- -M package name
-
Add Perl6::Pod plugins
- -command, -c
-
Set one line Pod text for processing (instead from STDIN). For example:
pod6xhtml -nh -t div -M Perl6::Pod::Lib -c '=Include test.pod' > out.xhtm
DESCRIPTION
B<pod6xhtml> - convert Perl pod to XHTML
EXAMPLE
pod6xhtml < somefile.pod > somefile.xhtml
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2009-2015 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.