libcatalyst-model-dbic-schema-perl 0.65-1 source package in Ubuntu

Changelog

libcatalyst-model-dbic-schema-perl (0.65-1) unstable; urgency=medium


  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Imported upstream version 0.65
  * Add autopkgtest control file.

 -- gregor herrmann <email address hidden>  Sun, 07 Sep 2014 15:59:13 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-model-dbic-schema-perl_0.65-1.dsc 2.9 KiB e83b1f762011225a2465532eaa48e2c67ab6ebb9b397f5d691ef9667a2cf10c5
libcatalyst-model-dbic-schema-perl_0.65.orig.tar.gz 56.1 KiB 26a911ef5ef7ffc81b6ce65c3156f71fb35083c456ad27e6d82d2dc02493eeea
libcatalyst-model-dbic-schema-perl_0.65-1.debian.tar.xz 2.7 KiB adbe6561d9134b49d323df6bd3b2ad2f281c7848d0b67a7c6cc9013222da5cee

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-model-dbic-schema-perl: 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 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 mechanism.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.