-
-
24 Feb 2008 22:07:31 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (510 / 114 / 17)
- Kwalitee
Bus factor: 1- 94.39% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (24.06KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.05 - 2008-02-24
- Derived classes can include custom arguments that will be included in the $self hash if they wrap new(). This allows custom parameters to be passed from the subclass into a declare { ... } block.
- Added the conclude_with() declaration that is basically the same as generate_from(), but is executed by Perl's internal require handler from the stub file returned from _sub_file_handle(). This can be used to avoid certain kinds of loops that can occur if the class being required is required again by a piece of code that needs to execute to build the class. (See documentation for an example).
- Added documentation and tests for the conclude_with() declaration.
Modules
Automatically generate code upon require or useDeclarations for an auto-generating class loaderOther files
Module Install Instructions
To install Class::AutoGenerate, copy and paste the appropriate command in to your terminal.
cpanm Class::AutoGenerate
perl -MCPAN -e shell install Class::AutoGenerate
For more information on module installation, please visit the detailed CPAN module installation guide.