The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

podsection -- select sections from Module's POD

SYNOPSIS

 podsection [-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.

OPTIONS

-u

Display POD as plain POD.

-h

Show this usage.

AUTHOR

Ktat, <ktat at cpan.org>

BUGS

The 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.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc App::podsection

You can also look for information at:

ACKNOWLEDGEMENTS

SEE ALSO

podselect

This also select section, but cannot search function/method explanation.

LICENSE AND COPYRIGHT

Copyright 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.