diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-App-Cache | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) |
Notes
Diffstat (limited to 'devel/p5-App-Cache')
-rw-r--r-- | devel/p5-App-Cache/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-App-Cache/pkg-descr b/devel/p5-App-Cache/pkg-descr index 366146f3012e..30d80f47de7d 100644 --- a/devel/p5-App-Cache/pkg-descr +++ b/devel/p5-App-Cache/pkg-descr @@ -12,7 +12,7 @@ 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. +permissions are not a problem - it is a per-user, per-application cache. WWW: http://search.cpan.org/dist/App-Cache/ Author: Leon Brocard <acme@astray.com> |