Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: perl-App-Cache - Easy application-level caching Alias: perl-App-Cache https://bugzilla.redhat.com/show_bug.cgi?id=488919 Summary: Review Request: perl-App-Cache - Easy application-level caching Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/dist/App-Cache OS/Version: Linux Status: NEW Severity: medium Priority: low Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: cweyl@xxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Spec URL: http://fedorapeople.org/~cweyl/review/perl-App-Cache.spec SRPM URL: http://fedorapeople.org/~cweyl/review/perl-App-Cache-0.35-1.fc10.src.rpm 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. Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1225790 *rt-0.05 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review