NAME

pod6docbook  - convert Perl pod to DocBook

SYNOPSIS

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

OPTIONS

-help

Print a brief help message and exits

-man

Prints manual page and exits

-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

Set module for handle Block_name Equivalent for =use direcive :

=begin pod
=use MOD_NAME Block_name
=end pod

DESCRIPTION

B<pod6docbook>  - convert Perl pod to DocBook

EXAMPLE

pod6docbook < somefile.pod > somefile.xml

AUTHOR

Zahatski Aliaksandr, <zahatski@gmail.com>

COPYRIGHT AND LICENSE

Copyright 2009-2010 by Zahatski Aliaksandr

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.