
pod6docbook - convert Perl pod to DocBook

pod6docbook < somefile.pod > somefile.xml
pod6docbook somefile.pod > somefile.xml
options:
-doctype|t - set docbook type ( ie chapter, article, book ...). Default chapter;
-add_head|ah - If this option is set , pod6docbook will emit a DOCTYPE as the first line of output.
-formatter|f - set output formatter class, default Perl6::Pod::To::DocBook
-use_block MOD_NAME=Block_name - set module for handle Block_name. Equivalent for:
=begin pod
=use MOD_NAME Block_name
=end pod
-help - print help message
-man - print man page

Print a brief help message and exits
Prints manual page and exits
Set docbook type ( ie chapter, article, book ...). Default chapter
If this option is set , pod6docbook will emit a DOCTYPE as the first line of output
Set output formatter class, default Perl6::Pod::To::DocBook
Set module for handle Block_name Equivalent for =use direcive :
=begin pod
=use MOD_NAME Block_name
=end pod

B<pod6docbook> - convert Perl pod to DocBook

pod6docbook < somefile.pod > somefile.xml

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.