diff options
author | seb <seb@pkgsrc.org> | 2010-07-11 14:28:46 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-11 14:28:46 +0000 |
commit | cd50fbbceb47479ce1d4ee1b3cdcbf0c2438834c (patch) | |
tree | 021f19c21e8a9812bb4f9604e4f4f09f716f5807 /devel/p5-App-Cache/DESCR | |
parent | fb42c4b2dd71f4d54cda51dd7ab82737a732a3dc (diff) | |
download | pkgsrc-cd50fbbceb47479ce1d4ee1b3cdcbf0c2438834c.tar.gz |
Initial import of p5-App-Cache version 0.37 in the NetBSD Packages
Collection.
The Perl 5 module App::Cache 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.
Diffstat (limited to 'devel/p5-App-Cache/DESCR')
-rw-r--r-- | devel/p5-App-Cache/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-App-Cache/DESCR b/devel/p5-App-Cache/DESCR new file mode 100644 index 00000000000..6f4a4ea7de8 --- /dev/null +++ b/devel/p5-App-Cache/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module App::Cache 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. |