NAME
Pod::Weaver::Section::MooseExtends - Add Pod::Weaver section with inherited classes (what I am extending) based on Moose OOP framework
VERSION
version 0.01
SYNOPSIS
In your weaver.ini
:
[MooseExtends]
DESCRIPTION
This Pod::Weaver section plugin creates a "EXTENDS" 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 extends some class or Moose base classes itself.
SEE ALSO
Pod::Weaver::Section::Extends Pod::Weaver::Section::MooseConsumes Moose
AUTHOR
Milan Sorm <sorm@is4u.cz>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 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.