libcatalyst-modules-perl 46 source package in Ubuntu

Changelog

libcatalyst-modules-perl (46) unstable; urgency=low


  * Add libcatalyst-dispatchtype-regex-perl to Build-Depends-Indep and
    Suggests. (Closes: #718082)
  * Update Catalyst-Plugin-Session-Store-DBIC from 0.13 to 0.14.

 -- gregor herrmann <email address hidden>  Mon, 29 Jul 2013 20:31:39 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcatalyst-modules-perl_46.dsc 3.6 KiB 2fe3fabcfde49f1a78162fb49efe6f3a92e33323d4d32515a57d4df176383303
libcatalyst-modules-perl_46.tar.gz 947.8 KiB e8e9b9402a97b3ee42699c033fca47c24649a8a90715aadaa98504076a708958

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-modules-perl: modules for Catalyst MVC Web Application Framework

 This package includes some modules to enhance Catalyst. It demands many perl
 modules to keep dependency but they are relatively small.
 .
 Currently the following modules are included:
 .
 Catalyst::Action::RenderView
 Sensible default end action
 .
 Catalyst::Log::Log4perl
 Log::Log4perl logging for Catalyst
 .
 Catalyst::Plugin::Cache
 Flexible caching support for Catalyst
 .
 Catalyst::Plugin::ConfigLoader
 Load config files of various types
 .
 Catalyst::Plugin::Session
 Generic Session plugin, ties together server side storage and client side
 state required to maintain session data.
 .
 Catalyst::Plugin::StackTrace
 Display a stack trace on the debug screen
 .
 Catalyst::Plugin::Static::Simple
 Make serving static pages painless
 .
 Catalyst::Plugin::SubRequest
 Make subrequests to actions in Catalyst
 .
 Catalyst::Plugin::Unicode
 Unicode aware Catalyst
 .
 CatalystX::Component::Traits
 Automatic trait loading and resolution for Catalyst components
 .
 Catalyst::Component::InstancePerContext
 Moose role to create only one instance of component per context
 .
 Catalyst::Model::DBI
 DBI Model Class
 .
 Catalyst::Model::DBIC::Schema
 DBIx::Class::Schema Model Class
 .
 Catalyst::Plugin::Cache::Store::FastMmap
 FastMmap cache store for Catalyst::Plugin::Cache
 .
 Catalyst::Plugin::Session::State::Cookie
 Maintain session IDs using cookies
 .
 Catalyst::Plugin::Session::Store::Cache
 Store sessions using a Catalyst::Plugin::Cache
 .
 Catalyst::Plugin::Session::Store::DBI
 Store your sessions in a database using DBI
 .
 Catalyst::Plugin::Session::Store::Delegate
 Delegate session storage to an application model object
 .
 Catalyst::Plugin::Session::Store::FastMmap
 FastMmap session storage backend
 .
 Catalyst::Plugin::Session::Store::File
 File storage backend for session data
 .
 Catalyst::View::JSON
 JSON view for your data
 .
 Catalyst::View::Mason
 Mason View Class
 .
 Catalyst::Plugin::Authentication
 Infrastructure plugin for the Catalyst authentication framework
 .
 Catalyst::Plugin::Authorization::Roles
 Role based authorization built on Catalyst::Plugin::Authentication
 .
 Catalyst::Plugin::I18N
 I18N for Catalyst
 .
 Catalyst::View::Email
 Send Email from Catalyst
 .
 Catalyst::Authentication::Credential::Authen::Simple
 Verify credentials with the Authen::Simple framework
 .
 Catalyst::Authentication::Store::DBIx::Class
 A storage class for Catalyst Authentication using DBIx::Class
 .
 Catalyst::Controller::FormBuilder
 Catalyst FormBuilder Base Controller
 .
 Catalyst::Controller::HTML::FormFu
 Catalyst integration for HTML::FormFu
 .
 Catalyst::Plugin::Authorization::ACL
 ACL support for Catalyst applications
 .
 Catalyst::Plugin::Session::Store::DBIC
 Store your sessions via DBIx::Class