Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Module-Load | Distribution: Mageia |
Version: 0.360.0 | Vendor: Mageia.Org |
Release: 3.mga10 | Build date: Fri Jun 27 05:01:10 2025 |
Group: Development/Perl | Build host: localhost |
Size: 17283 | Source RPM: perl-Module-Load-0.360.0-3.mga10.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/Module-Load | |
Summary: Runtime require of both modules and files |
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 eliminates the need for this overhead and will just DWYM.
GPL+ or Artistic
* Fri Jun 27 2025 umeabot <umeabot> 0.360.0-3.mga10 + Revision: 2206491 - Mageia 10 Mass Rebuild
/usr/share/doc/perl-Module-Load /usr/share/doc/perl-Module-Load/CHANGES /usr/share/doc/perl-Module-Load/META.json /usr/share/doc/perl-Module-Load/META.yml /usr/share/doc/perl-Module-Load/MYMETA.yml /usr/share/doc/perl-Module-Load/README /usr/share/man/man3/Module::Load.3pm.xz /usr/share/perl5/vendor_perl/Module /usr/share/perl5/vendor_perl/Module/Load.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jun 28 06:42:14 2025