![]() |
![]()
| ![]() |
![]()
NAMEpodsection -- select sections from Module's POD SYNOPSISpodsection [-h] [-u] ModuleName SectionName [SectionName ...] For example: podsection Catalyst SYNOPSIS # as text podsection Catalyst req res # as text podsection -u Catalyst req res # as plain pod Don't work with Some module: podsection CGI header # doesn't work correctly Don't work with mixed level section: podsection Catalyst SYNOPSIS res # only show one(in this case, show only SYNOPSIS) Because Pod::Section only searches name in one level. If in one level, one/some of them is/are found, it finishes to search. OPTIONSAUTHORKtat, "<ktat at cpan.org>" BUGSThe way to search section is poor. This cannot find section correctory in some module. Please report any bugs or feature requests to "bug-app-podsection at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-podsection>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORTYou can find documentation for this module with the perldoc command. perldoc App::podsection You can also look for information at:
ACKNOWLEDGEMENTSSEE ALSOpodselectThis also select section, but cannot search function/method explanation. LICENSE AND COPYRIGHTCopyright 2010 Ktat. 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.
|