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

Damyan Ivanov dmn at moszumanska.debian.org
Wed May 14 10:30:56 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-dbic-schema-perl.

commit 5b1b76a34317c7b6e26fe671872bf82cf53d952d
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed May 14 10:30:04 2014 +0000

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

diff --git a/debian/control b/debian/control
index 8a6fa9b..d0c87a7 100644
--- a/debian/control
+++ b/debian/control
@@ -56,23 +56,22 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libnamespace-clean-perl,
  libtie-ixhash-perl,
  libtry-tiny-perl
-Description: DBIx::Class::Schema Model Class
- This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
- documentation for Catalyst::Helper::Model::DBIC::Schema for information on
- generating these Models via Helper scripts.
+Description: DBIx::Class::Schema-based database model for Catalyst
+ Catalyst::Model::DBIC::Schema is a Catalyst database model class for
+ DBIx::Class::Schema-based Models. See the documentation for
+ Catalyst::Helper::Model::DBIC::Schema for information on generating these
+ Models via Helper scripts.
  .
- When your Catalyst app starts up, a thin Model layer is created as an
- interface to your DBIC Schema. It should be clearly noted that the model
- object returned by $c->model('FilmDB') is NOT itself a DBIC schema or
- resultset object, but merely a wrapper proving methods|/METHODS to access the
- underlying schema.
+ When a Catalyst app starts up, a thin Model layer is created as an interface
+ to the DBIC Schema. It should be clearly noted that the model object returned
+ by $c->model('FilmDB') is NOT itself a DBIC schema or resultset object, but
+ merely a wrapper proving methods to access the underlying schema.
  .
  In addition to this model class, a shortcut class is generated for each
  source in the schema, allowing easy and direct access to a resultset of the
  corresponding type. These generated classes are even thinner than the model
  class, providing no public methods but simply hooking into Catalyst's model()
- accessor via the ACCEPT_CONTEXT|Catalyst::Component/ACCEPT_CONTEXT mechanism.
- The complete contents of each generated class is roughly equivalent to the
- following:
+ accessor via the ACCEPT_CONTEXT mechanism.
  .
- 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.

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



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