2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-03-08 10:54:41 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for CPAN distribution Module::Runtime in
devel/p5-Module-Runtime from 0.011 to 0.013.
pkgsrc changes:
- remove dependency to devel/p5-Params-Classify
Upstream changes:
version 0.013; 2012-02-16
* fix false failure of the test for lack of unintended dependencies
that occurred on systems using a sitecustomize.pl
version 0.012; 2012-02-12
* work around Perl core bug [perl #68590] regarding leakage of %^H
into modules being loaded
* work around Perl core bug that made a failed module loading appear
successful when re-requiring the same module
* duplicate is_string() from Params::Classify, rather than importing it,
to avoid circular dependency problems (affecting both installation
and runtime)
* duplicate minimal exporting behaviour from Exporter, and avoid using
the "feature", "warnings", "strict", and \
"parent" pragmata, to allow
for possible future use of this module by any infrastructure module
* document core bug workarounds
* document module name syntax more prominently, and discuss the state
of Unicode handling
* tweak documentation of use_package_optimistically()
* test behaviour with tainted module name
* test lack of unwanted eval frame around require
* give test modules more meaningful names
* convert .cvsignore to .gitignore
|
2011-11-15 20:15:13 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating Module::Runtime Module for Perl programming language from CPAN
in devel/p5-Module-Runtime from 0.010 to 0.011
Upstream changes:
version 0.011; 2011-10-24
* bugfix: in require_module() and use_module(), work around a Perl
core bug affecting Perl 5.8 and 5.10 that could pass the wrong
context to the file scope of a required file, which breaks some
modules; this bug would only rarely afflict the core's require()
in situations where it would afflict require_module()
|
2011-10-17 23:03:29 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix dependency pattern
|
2011-10-13 09:20:48 by Hiramatsu Yoshifumi | Files touched by this commit (3) | |
Log message:
Import Module::Runtime into devel/p5-Module-Runtime.
The functions exported by this module deal with runtime handling of
Perl modules, which are normally handled at compile time.
|