Commit graph

7 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
9de5660982 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
2012-03-08 09:54:41 +00:00
sno
0b4ca6dc4d 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-11-15 19:15:13 +00:00
joerg
5be18ff4b0 Fix dependency pattern 2011-10-17 21:03:29 +00:00
hiramatsu
1f902c7d11 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.
2011-10-13 07:20:48 +00:00