NAME
Pod::Weaver::Section::Extends - Add a list of parent classes to your POD.
VERSION
version 0.009
SYNOPSIS
In your weaver.ini
:
[Extends]
DESCRIPTION
This Pod::Weaver section plugin creates an "EXTENDS" section in your POD which will contain a list of your class's parent classes. It accomplishes this by attempting to compile your class and inspecting its @ISA
.
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.