Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37778170
en ru br
ALT Linux repos
S:0.36-alt1
5.0: 0.12-alt1
4.1: 0.10-alt1
4.0: 0.10-alt1
3.0: 0.10-alt1

Group :: Development/Perl
RPM: perl-Module-Load

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.10-alt1
Build date: 12 july 2005, 19:34 ( 981.8 weeks ago )
Size: 7683 b

Home page:   http://www.cpan.org

License: Artistic
Summary: Module-Load - Load modules in a DWIM style
Description:

"load" eliminates the need to know whether you are trying to require
either a file or a module.

If you consult "perldoc -f require" you will see that "require" will
behave differently when given a bareword or a string.

In the case of a string, "require" assumes you are wanting to load a
file. But in the case of a bareword, it assumes you mean a module.

This gives nasty overhead when you are trying to dynamically require
modules at runtime, since you will need to change the module notation
("Acme::Comment") to a file notation fitting the particular platform
you are on.

"load" elimates the need for this overhead and will just DWYM.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Module-Load
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin