2010-03-15 20:06:34 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Module-Load from 0.16 to 0.18
pkgsrc changes:
- Correct license definition
Upstream changes:
Changes for 0.18 Tue Mar 2 15:54:30 2010
============================================
* Documentation fix from Michael Schwern RT #55123
|
2009-04-12 21:18:59 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package for p5 module Module::Load to 0.16
- Set license to artistic-2.0
Upstream changes:
Changes for 0.16 Fri Feb 6 17:51:14 2009
============================================
* This is a bugfix release for users of perl versions 5.8.4 and
5.8.5, which works around a core perl bug in those versions that
loses arguments from @_ when using 'goto &subroutine'.
Users of other perl versions need not upgrade.
Changes for 0.14 Mon Jan 19 17:19:58 2009
============================================
* Address #41883: Module::Load cannot import non-Exporter module:
import() function for modules used via load() weren't being
called properly
* Test cases are now generated
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-08-06 17:54:42 by Havard Eidnes | Files touched by this commit (3) | |
Log message:
Import p5-Module-Load version 0.12.
Module::Load allows for generic loading of modules and files. Simply
give it the name of a module or file and it will Do What You Mean (tm).
|