-
-
08 May 2013 23:43:04 UTC
- Distribution: Pod-Weaver-Section-Extends
- Module version: 0.009
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (387 / 0 / 0)
- Kwalitee
Bus factor: 0- 74.60% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.31KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userNAME
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.
Module Install Instructions
To install Pod::Weaver::Section::Extends, copy and paste the appropriate command in to your terminal.
cpanm Pod::Weaver::Section::Extends
perl -MCPAN -e shell install Pod::Weaver::Section::Extends
For more information on module installation, please visit the detailed CPAN module installation guide.