NAME
Pod::Generate::Recursive - Generate POD for directory contents.
VERSION
Version 0.02
SYNOPSIS
use Pod::Generate::Recursive;
my $pgr = Pod::Generate::Recursive->new();
$pgr->source("catalyst/");
$pgr->destination("docs/");
$pgr->debug(1);
$pgr->run();
SUBROUTINES/METHODS
AUTHOR
Adam M Dutko, <addutko at cpan.org>
BUGS
Please report any bugs or feature requests to bug-pod-generate-recursive at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Pod-Generate-Recursive. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Pod::Generate::Recursive
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Pod-Generate-Recursive
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2014 Adam M Dutko.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.