libcatalyst-modules-perl 45 source package in Ubuntu

Changelog

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


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)

  [ gregor herrmann ]
  * Update modules:
    + Catalyst-Plugin-Cache                            0.12
    + Catalyst-Plugin-ConfigLoader                     0.32
    + Catalyst-Plugin-Session                          0.37
    + Catalyst-Plugin-StackTrace                       0.12
    + Catalyst-Plugin-SubRequest                       0.20
    + Catalyst-Model-DBI                               0.32
    + Catalyst-Model-DBIC-Schema                       0.61
    + Catalyst-Plugin-Session-Store-FastMmap           0.16
    + Catalyst-Plugin-Authentication                   0.10023
    + Catalyst-View-Email                              0.33
    + Catalyst-Authentication-Credential-Authen-Simple 0.09
    + Catalyst-Authentication-Store-DBIx-Class         0.1505
    + Catalyst-Controller-HTML-FormFu                  0.09004
    + Catalyst-Plugin-Session-Store-DBIC               0.13
  * Update upstream and packaging copyright.
  * Update build and runtime dependencies.
  * Disable pod{,-coverage} tests.
  * Drop patch Catalyst-Plugin-Session-State-Cookie/Disable-Broken-Live-
    Test, (build-)depend on libcatalyst-perl 5.90015.
  * Set Standards-Version to 3.9.4 (no further changes).

 -- gregor herrmann <email address hidden>  Sat, 22 Jun 2013 18:54:12 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcatalyst-modules-perl_45.dsc 3.6 KiB 95c4366a9c236960c6e504bb4240bba48072da165dc427a9bb55923de0de353e
libcatalyst-modules-perl_45.tar.gz 946.2 KiB 92c2baa639c10eafe245f0ee1e665d2c7fcec7cd89ad7723f15bc93076241646

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