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

NAME

Pod::Weaver::Section::Consumes - Add a list of roles to your POD.

VERSION

version 0.007

SYNOPSIS

In your weaver.ini:

    [Consumes]

DESCRIPTION

This Pod::Weaver section plugin creates a "CONSUMES" section in your POD which will contain a list of all the roles consumed by your class. It accomplishes this by attempting to compile your class and interrogating its metaclass object.

Classes which do not have a meta method will be skipped.

AUTHOR

Mike Friedman <friedo@friedo.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Mike Friedman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.