[libcatalyst-plugin-cache-store-fastmmap-perl] 04/07: update description

Damyan Ivanov dmn at moszumanska.debian.org
Wed May 14 11:45:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatalyst-plugin-cache-store-fastmmap-perl.

commit a4abd1a324b067b7d0680b99acf3ca696f3cddfe
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed May 14 11:43:38 2014 +0000

    update description
---
 debian/control | 29 ++++++++---------------------
 1 file changed, 8 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 36b2574..60cd395 100644
--- a/debian/control
+++ b/debian/control
@@ -22,24 +22,11 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libcatalyst-perl (>= 5.7),
  libcatalyst-plugin-cache-perl (>= 0.01),
  libpath-class-perl
-Description: unknown
- This store plugin is a bit of a wrapper for Cache::FastMmap.
- .
- While you could normally just configure with
- .
- backend => {
- .
- class => "Cache::FastMmap",
- .
- share_file => ...,
- .
- }
- .
- Cache::FastMmap can't store plain values by default.
- Catalyst::Plugin::Cache::Store::FastMmap ships with a subclass that will wrap
- all values in a scalar reference before storing.
- .
- This store plugin will try to provide a default share_file as well, that
- won't clash with other apps.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: (deprecated) FastMmap cache store plugin for Catalyst::Plugin::Cache
+ This plugin is deprecated because Cache::FastMmap no longer needs to be
+ wrapped to store plain values. It is still available for backwards
+ compatibility and will still work with newer versions of Cache::FastMmap with
+ a slight performance degredation.
+ .
+ Catalyst is an elegant Model-View-Controller web application framework
+ written in Perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-cache-store-fastmmap-perl.git



More information about the Pkg-perl-cvs-commits mailing list