runtime module handling
This module deals with the examination of the namespace of Perl modules.
The contents of the module namespace is split across several physical
directory trees, but this module hides that detail, providing instead
a view of the abstract namespace.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-Module-Runtime && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Module-Runtime-0.012.tar.gz | 0000015692 15.3 KB | |
perl-Module-Runtime.changes | 0000001312 1.28 KB | |
perl-Module-Runtime.spec | 0000002540 2.48 KB |
Revision 3 (latest revision is 12)
Stephan Kulow (coolo)
accepted
request 104263
from
Stephan Kulow (coolo)
(revision 3)
- updated to 0.012 * work around Perl core bug [RT#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
Comments 0