libcatalyst-action-rest-perl 1.11-1 source package in Ubuntu

Changelog

libcatalyst-action-rest-perl (1.11-1) unstable; urgency=low


  * New upstream release.
    Fixes "FTBFS with perl 5.18: test failures"
    (Closes: #711427)
  * Drop (build) dependency on libdata-serializer-perl.
  * Add debian/NEWS mentioning the removal of
    Catalyst::Action::Serialize::Data::Serializer.
  * Add libcatalyst-action-serialize-data-serializer-perl to Suggests.
  * (Build) depend on libmodule-pluggable-perl | perl (<< 5.17.0).
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 16 Jun 2013 19:37:44 +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-action-rest-perl_1.11-1.dsc 2.6 KiB bffeb767c965524a316a1254b79c2ae6247c5d7eb525297482833982a88a2e25
libcatalyst-action-rest-perl_1.11.orig.tar.gz 65.1 KiB 3dbf106d14d50eacf2524a2c24e2718256720b4bc5e768d020b2a66b40309beb
libcatalyst-action-rest-perl_1.11-1.debian.tar.xz 3.7 KiB 2d093608b52e4aa6cdfe763b42ee97e8b8155502ccf78ff0f35d87d055002eb5

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-action-rest-perl: module for automatic REST method dispatching

 Catalyst::Action::REST is a Catalyst Action that handles doing automatic
 method dispatching for REST requests. It takes a normal Catalyst action, and
 changes the dispatch to append an underscore and method name. It will
 dispatch either to the action with the generating name or to a regular
 method.