SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-App-Cache rpm build for : OpenSuSE. For other distributions click perl-App-Cache.

Name : perl-App-Cache
Version : 0.37 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 18:05:26
Group : Development/Libraries/Perl Source RPM : perl-App-Cache-0.37-lp154.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Easy application-level caching
Description :
The App::Cache module lets an application cache data locally. There are a
few times an application would need to cache data: when it is retrieving
information from the network or when it has to complete a large
calculation.

For example, the Parse::BACKPAN::Packages module downloads a file off the
net and parses it, creating a data structure. Only then can it actually
provide any useful information for the programmer. Parse::BACKPAN::Packages
uses App::Cache to cache both the file download and data structures,
providing much faster use when the data is cached.

This module stores data in the home directory of the user, in a dot
directory. For example, the Parse::BACKPAN::Packages cache is actually
stored underneath \"~/.parse_backpan_packages/cache/\". This is so that
permisssions are not a problem - it is a per-user, per-application cache.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-App-Cache-0.37-lp154.1.1.noarch.rpm
     

Provides :
perl(App::Cache)
perl-App-Cache

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Class::Accessor::Chained::Fast)
perl(File::Find::Rule)
perl(File::HomeDir)
perl(HTTP::Cookies)
perl(LWP::UserAgent)
perl(Path::Class)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/App
/usr/lib/perl5/vendor_perl/5.26.1/App/Cache.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-App-Cache
/usr/share/doc/packages/perl-App-Cache/CHANGES
/usr/share/doc/packages/perl-App-Cache/README
/usr/share/man/man3/App::Cache.3pm.gz

 
ICM