summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Runtime
AgeCommit message (Collapse)AuthorFilesLines
2011-11-15Updating Module::Runtime Module for Perl programming language from CPANsno2-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-17Fix dependency patternjoerg1-2/+2
2011-10-13Import Module::Runtime into devel/p5-Module-Runtime.hiramatsu3-0/+28
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.