SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-constant-defer rpm build for : Mageia 8. For other distributions click perl-constant-defer.

Name : perl-constant-defer
Version : 6.0.0 Vendor : Mageia_Org
Release : 6.mga8 Date : 2020-02-15 01:40:41
Group : Development/Perl Source RPM : perl-constant-defer-6.0.0-6.mga8.src.rpm
Size : 0.06 MB
Packager : umeabot < umeabot>
Summary : Constant subs with deferred value calculation
Description :
\'constant::defer\' creates a subroutine which on the first call runs given
code to calculate its value, and on the second and subsequent calls just
returns that value, like a constant. The value code is discarded once run,
allowing it to be garbage collected.

Deferring a calculation is good if it might take a lot of work or produce a
big result, but is only needed sometimes or only well into a program run.
If it\'s never needed then the value code never runs.

A deferred constant is generally not inlined or folded (see the
perlop/Constant Folding manpage) like a plain \'constant\' since it\'s not a
single scalar value. In the current implementation a deferred constant
becomes a plain one after the first use, so may inline etc in code compiled
after that (see the /IMPLEMENTATION manpage below).

RPM found in directory: /vol/rzm1/linux-mageia/distrib/8/armv7hl/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-constant-defer-6.0.0-6.mga8.noarch.rpm
ftp.icm.edu.pl  perl-constant-defer-6.0.0-6.mga8.noarch.rpm
ftp.icm.edu.pl  perl-constant-defer-6.0.0-6.mga8.noarch.rpm
ftp.icm.edu.pl  perl-constant-defer-6.0.0-6.mga8.noarch.rpm
     

Provides :
perl(constant::defer)
perl(constant::defer)
perl-constant-defer

Requires :
perl(strict)
perl(vars)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-constant-defer
/usr/share/doc/perl-constant-defer/COPYING
/usr/share/doc/perl-constant-defer/Changes
/usr/share/doc/perl-constant-defer/META.json
/usr/share/doc/perl-constant-defer/META.yml
/usr/share/doc/perl-constant-defer/MYMETA.yml
/usr/share/doc/perl-constant-defer/README
/usr/share/doc/perl-constant-defer/SIGNATURE
/usr/share/doc/perl-constant-defer/examples
/usr/share/doc/perl-constant-defer/examples/instance.pl
/usr/share/doc/perl-constant-defer/examples/simple.pl
/usr/share/man/man3/constant::defer.3pm.xz
/usr/share/perl5/vendor_perl/constant
/usr/share/perl5/vendor_perl/constant/defer.pm

 
ICM