Commit graph

9 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
dc8763ee89 Update to 0.014
Upstream changes:
version 0.014; 2014-02-06

  * bugfix: suppress any CORE::GLOBAL::require override, where possible,
    to avoid use_package_optimistically() being misled into treating
    missing modules as broken

  * bugfix: in use_module() and use_package_optimistically(), pass a
    supplied VERSION parameter through for the version check even if it
    is undef

  * tighten use_package_optimistically()'s recognition of can't-locate
    errors (the same way that base.pm has recently been tightened),
    so that, when a module fails to load because a module that it uses
    isn't available, the outer module will be perceived as broken rather
    than missing

  * update documentation notes about the state of Unicode handling for
    module names

  * in META.{yml,json}, point to public git repository
2014-02-09 04:30:09 +00:00
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