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

NAME

Pod::Weaver::Section::MooseConsumes - Add Pod::Weaver section with consumed roles (what I am implementing) based on Moose OOP framework

VERSION

version 0.02

SYNOPSIS

In your weaver.ini:

        [MooseConsumes]

DESCRIPTION

This Pod::Weaver section plugin creates a "CONSUMES" section in your POD which contains a list of your class's parent classes. It accomplishes this by loading all classes and inspecting it through Moose framework.

It can work with all Moose classes based on filename (also outside of distribution tree). All classes (*.pm files) in your distribution's lib directory will be loaded. POD is changed only for files which actually consumes some roles.

SEE ALSO

Pod::Weaver::Section::MooseExtends Pod::Weaver::Section::Consumes Moose Moose::Role

AUTHOR

Milan Sorm <sorm@is4u.cz>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014-2017 by Milan Sorm.

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