libcatalyst-action-rest-perl 1.21-2 source package in Ubuntu

Changelog

libcatalyst-action-rest-perl (1.21-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 21:39:16 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-action-rest-perl_1.21-2.dsc 2.5 KiB 335500ddbdb739217ed647e15a9d48c80b3a9e9596dc8da1b8e05b57581ee014
libcatalyst-action-rest-perl_1.21.orig.tar.gz 50.1 KiB ccf81bba5200d3a0ad6901f923af173a3d4416618aea08a6938baaffdef4cb20
libcatalyst-action-rest-perl_1.21-2.debian.tar.xz 5.1 KiB 582479d28acd7186b7308a61c865a0cb099536010f8ebbb7637a45cc018c883c

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.