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.
-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
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 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.