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

Changelog

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

  * New upstream release.
  * debian/copyright: Update years of copyright for ./inc/Module/*.
  * debian/control: Convert Vcs-* fields to Git.
  * Bump Standards-Version to 3.9.2 (no changes).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:55 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcatalyst-action-rest-perl_0.91.orig.tar.gz 62.5 KiB 7a4c8f1463e0fb365c1b0df3c038b56200884c5bcfdfd233a05ee89c6ada218b
libcatalyst-action-rest-perl_0.91-1.debian.tar.gz 2.9 KiB c6b6de52f1c17b98e213322b46f7dae472e54e5c9837a469971e8c9f9fb2ecbe
libcatalyst-action-rest-perl_0.91-1.dsc 2.5 KiB 025bab38ad73f75a2ace6662fdd9f137975d5b61607c0329f50ff47eea95ff2d

Available diffs

View changes file

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.