NAME
robodoc2pod - Convert ROBODoc to Pod.
VERSION
0.01
USAGE
robodoc2pod [OPTIONS] [INPUT [,OUTPUT]]
$ robodoc2pod MyModule.pm MyModule.pod
$ robodoc2pod MyModule.pm >MyModule.pod
$ cat MyModule.pm | robodoc2pod MyModule.pod
$ robodoc2pod --tag VERSION --tag TODO MyModule.pm
OPTIONS
- --keep-source
-
Boolean indicating whether to keep data found within the ROBODoc SOURCE tags. Defaults to false.
- --skip-blanks
-
Boolean indicating whether to strip out whitespace-only lines from ROBODoc. Defaults to false.
- --tag [,--tag [,...]]
-
A list of custom ROBODoc tag names. Defaults to an empty list.
- input
-
The input stream containing ROBODoc documentation. If specified, this must be a file name. Defaults to STDIN.
- output
-
The output stream to which the Pod will be written. If specified, this must be a file name. Defaults to STDOUT.
DESCRIPTION
Convert ROBODoc to Pod.
DIAGNOSTICS
TODO
CONFIGURATION AND ENVIRONMENT
TODO
DEPENDENCIES
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-Pod-ROBODoc at rt dot cpan dot org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Pod-Robodoc. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
You may also use this module's github issues tracker at http://github.com/mgrimm/Pod-ROBODoc/issues.
AUTHOR
Matt Grimm, mgrimm at cpan dot org
COPYRIGHT AND LICENSE
Copyright 2010, Matt Grimm, All rights reserved
This software is available under the same terms as perl.