Path to this page:
Subject: CVS commit: wip/p5-Module-Pluggable-Ordered
From: Hiramatsu Yoshifumi
Date: 2013-04-07 11:41:25
Message id: E1UOm6Y-00044A-ME@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Update p5-Module-Pluggable-Ordered to 1.5.
Changes from previous:
---------------------
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/ .
Files: