Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-15 | Updating Module::Runtime Module for Perl programming language from CPAN | sno | 2 | -6/+6 | |
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 | Fix dependency pattern | joerg | 1 | -2/+2 | |
2011-10-13 | Import Module::Runtime into devel/p5-Module-Runtime. | hiramatsu | 3 | -0/+28 | |
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. |