[libcatalyst-model-adaptor-perl] 03/06: update description

Damyan Ivanov dmn at moszumanska.debian.org
Thu May 15 12:18:05 UTC 2014


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

dmn pushed a commit to branch master
in repository libcatalyst-model-adaptor-perl.

commit 3e3bf269196d5663a131dfb01f61a14f8697a1fb
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu May 15 12:16:30 2014 +0000

    update description
---
 debian/control | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 21a4920..9fc09fa 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,17 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libmro-compat-perl
 Replaces: libcatalyst-modules-perl (<< 9~)
 Breaks: libcatalyst-modules-perl (<< 9~)
-Description: use a plain class as a Catalyst model
- (no description was found)
+Description: glue for Catalyst model modules
+ The idea is that there's no need for a Catalyst model to be anything other
+ than a line or two of glue.  Using this module ensures that Model classes are
+ separate from the rest of the application and therefore are well-abstracted,
+ reusable, and easily testable.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Right now there are too many modules on CPAN that are Catalyst-specific. Most
+ of the models would be better written as a class that handles most of the
+ functionality with just a bit of glue to make it work nicely with Catalyst.
+ Catalyst::Model::Adaptor aims to make integrating that class with Catalyst
+ trivial, so there's no extra work involved in makint the model generic.
+ .
+ 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-model-adaptor-perl.git



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