-
-
02 Jul 2006 12:33:55 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (2702 / 80 / 0)
- Kwalitee
Bus factor: 1- 87.50% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (4.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Module::Pluggable
- UNIVERSAL::require
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.5
- Mark Grimes <mgrimes@cpan.org> submitted a cool new feature implementing the plugins_ordered() method. This allows plugins to be returned sorted from the plugins() method. Note that this is a numeric sort using the <=> operator. Possible future improvement: allowing a custom sort method. Not sure how this would work; all plugins would have to agree to be sorted this way, and the sort method would need to be passed by the code calling the plugins to be registered properly.
- SVN had been broken for a long time. It's working again, albeit at a different URL (albeit albeit on the same machine and in the same physical location in the filesystem). You can snag the code from http://www.coitusmentis.info/repos/Module-Pluggable-Ordered/ .
Modules
Call module plugins in a specified orderOther files
Module Install Instructions
To install Module::Pluggable::Ordered, copy and paste the appropriate command in to your terminal.
cpanm Module::Pluggable::Ordered
perl -MCPAN -e shell install Module::Pluggable::Ordered
For more information on module installation, please visit the detailed CPAN module installation guide.