SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Memoize rpm build for : Fedora 40. For other distributions click perl-Memoize.

Name : perl-Memoize
Version : 1.16 Vendor : Fedora Project
Release : 506.fc40 Date : 2024-01-25 13:46:42
Group : Unspecified Source RPM : perl-5.38.2-506.fc40.src.rpm
Size : 0.06 MB
Packager : Fedora Project
Summary : Transparently speed up functions by caching return values
Description :
Memoizing a function makes it faster by trading space for time. It does
this by caching the return values of the function in a table. If you call
the function again with the same arguments, memoize jumps in and gives
you the value out of the table, instead of letting the function compute
the value all over again.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/linux/development/40/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Memoize-1.16-506.fc40.noarch.rpm
ftp.icm.edu.pl  perl-Memoize-1.16-506.fc40.noarch.rpm
ftp.icm.edu.pl  perl-Memoize-1.16-506.fc40.noarch.rpm
ftp.icm.edu.pl  perl-Memoize-1.16-506.fc40.noarch.rpm
     

Provides :
perl(Memoize)
perl(Memoize::AnyDBM_File)
perl(Memoize::Expire)
perl(Memoize::NDBM_File)
perl(Memoize::SDBM_File)
perl(Memoize::Storable)
perl-Memoize

Requires :
perl(Carp)
perl(Exporter)
perl(NDBM_File)
perl(SDBM_File) >= 1.01
perl(Scalar::Util) >= 1.11
perl(Storable) >= 1.002
perl(strict)
perl-libs
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/man/man3/Memoize.3pm.gz
/usr/share/man/man3/Memoize::AnyDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Expire.3pm.gz
/usr/share/man/man3/Memoize::NDBM_File.3pm.gz
/usr/share/man/man3/Memoize::SDBM_File.3pm.gz
/usr/share/man/man3/Memoize::Storable.3pm.gz
/usr/share/perl5/Memoize
/usr/share/perl5/Memoize.pm
/usr/share/perl5/Memoize/AnyDBM_File.pm
/usr/share/perl5/Memoize/Expire.pm
/usr/share/perl5/Memoize/NDBM_File.pm
/usr/share/perl5/Memoize/SDBM_File.pm
/usr/share/perl5/Memoize/Storable.pm

 
ICM