Package : perl-autouse > RPM : perl-autouse-1.80.0-3.mga6.src.rpm

Basic items

Name perl-autouse
Version 1.80.0
Release 3.mga6
URL http://search.cpan.org/dist/autouse
Group Development/Perl
Summary Postpone load of modules until a function is used
Size 15KB
Arch noarch
License GPL+ or Artistic

Description

If the module 'Module' is already loaded, then the declaration

use autouse 'Module' => qw(func1 func2($;$));

is equivalent to

use Module qw(func1 func2);

If the module Module is not loaded yet, then the above declaration
declares functions func1() and func2() in the current package. When
these functions are called, they load the package Module if needed, and
substitute themselves with the correct definitions.

Media information

Distribution release Mageia 6
Media name core-release
Media arch x86_64

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-18 19:46:23
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie