summaryrefslogtreecommitdiff
path: root/devel/p5-App-Cache/DESCR
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-07-11 14:28:46 +0000
committerseb <seb@pkgsrc.org>2010-07-11 14:28:46 +0000
commitcd50fbbceb47479ce1d4ee1b3cdcbf0c2438834c (patch)
tree021f19c21e8a9812bb4f9604e4f4f09f716f5807 /devel/p5-App-Cache/DESCR
parentfb42c4b2dd71f4d54cda51dd7ab82737a732a3dc (diff)
downloadpkgsrc-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/DESCR4
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.