Path to this page:
./
wip/p5-Module-Pluggable-Ordered,
Call module plugins in a specified order
Branch: CURRENT,
Version: 1.5,
Package name: p5-Module-Pluggable-Ordered-1.5,
Maintainer: kuli0020This module behaves exactly the same as Module::Pluggable, supporting
all of its options, but also mixes in the call_plugins method to
your class.
Required to run:[
lang/perl5] [
devel/p5-UNIVERSAL-require] [
devel/p5-Module-Pluggable]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: bf88cbd9fe1b73556af9c8414c39e536a5dc1c3d
Filesize: 4.764 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2013-04-07 11:41:25 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
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/ .
|
2012-10-04 20:42:20 by Aleksej Saushev | Files touched by this commit (38) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2008-05-30 14:22:19 by abs | Files touched by this commit (64) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2006-04-13 21:38:13 by Roman Kulik | Files touched by this commit (1) |
Log message:
Removed WWW: line from DESCR file.
|
2005-09-02 20:07:17 by Roman Kulik | Files touched by this commit (1) | |
Log message:
General updates to Makefile
|
2005-08-05 20:47:01 by Roman Kulik | Files touched by this commit (1) |
Log message:
Replaced BUILD_DEPENDS with DEPENDS in Makefile
|
2005-07-25 23:58:58 by Roman Kulik | Files touched by this commit (1) |
Log message:
Removed from .packlist
|
2005-07-16 12:57:13 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Fix path to wip/p5-UNIVERSAL-exports.
|