
pod6xhtml - convert Perl pod to XHTML

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

Print a brief help message and exits
Prints manual page and exits
Set docbook type . Default html
If this option is set , pod6xhtml will don't headers
Add stylesheet link to head of xhtml file
Add Perl6::Pod plugins
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

B<pod6xhtml> - convert Perl pod to XHTML

pod6xhtml < somefile.pod > somefile.xhtml

Zahatski Aliaksandr, <zahatski@gmail.com>

Copyright 2009-2012 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.