[libcatalyst-model-dbi-perl] 02/05: update description

Damyan Ivanov dmn at moszumanska.debian.org
Wed May 14 10:02:17 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-dbi-perl.

commit 8c1350631d8fb7580e5782ca15cee3c780443c50
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed May 14 10:00:12 2014 +0000

    update description
---
 debian/control | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 65a43c3..4e0f9bb 100644
--- a/debian/control
+++ b/debian/control
@@ -21,19 +21,21 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libdbi-perl,
  libdbix-connector-perl,
  libmro-compat-perl
-Description: unknown
- This is the DBI model class. It has been rewritten to use DBIx::Connector
- since it's internal code that deals with connection maintenance has already
- been ported into there. You now have two options for doing custom models with
- Catalyst. Either by using this model and any related modules as needed or by
- having your custom model decoupled from Catalyst and glued on using
- Catalyst::Model::Adaptor
+Description: Database model class for Catalyst
+ Catalyst::Model::DBI is the DBI model class for Catalyst.
+ .
+ There are two options for doing custom models with Catalyst. Either by using
+ this model and any related modules as needed or by having a custom model
+ decoupled from Catalyst and glued on using Catalyst::Model::Adaptor
  .
  Some general rules are as follows. If you do not wish to use DBIx::Connector
- directly or DBI and setup connections in your custom models or have glue
+ or DBI directly and setup connections in your custom models or have glue
  models, then use this model. If you however need models that can be re-used
  outside of your application or simply wish to maintain connection code
  yourself outside of the Catalyst, then use Catalyst::Model::Adaptor which
  allows you to glue outside models into your Catalyst app.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Catalyst is an elegant Model-View-Controller web application framework
+ written in Perl.
+ .
+ DBI is a Perl database interface.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-model-dbi-perl.git



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