| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
13 Mar 2012 16:15:36
0.06
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.06
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
20 Feb 2012 03:12:41
0.06
|
sunpoet  |
- Update to 0.06
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
10 Feb 2012 02:10:48
0.05
|
sunpoet  |
- Update to 0.05
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
09 Feb 2012 02:30:59
0.04
|
sunpoet  |
- Update to 0.04
Changes: http://search.cpan.org/dist/Module-Implementation/Changes |
07 Feb 2012 09:48:10
0.03
|
sunpoet  |
- Add p5-Module-Implementation 0.03
Module::Implementation abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide XS and pure
Perl implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple implementations.
Module::Implementation is only useful when you know all the implementations
ahead of time. If you want to load arbitrary implementations then you probably
want something like a plugin system, not this module.
WWW: http://search.cpan.org/dist/Module-Implementation/ |