libcatalyst-controller-actionrole-perl 0.17-2 source package in Ubuntu

Changelog

libcatalyst-controller-actionrole-perl (0.17-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Add build dependency on libmoosex-types-perl.
    Thanks to Lucas Nussbaum for the bug report. (Closes: #971151)
  * Add empty debian/tests/pkg-perl/syntax-skip to run all of syntax.t
    during autopkgtest.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 27 Sep 2020 21:10:40 +0200

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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-controller-actionrole-perl_0.17-2.dsc 2.8 KiB f06d1dc8c04b098202b5128de2cf0a312bdb5c64a7c48ef78a0af80540e4c402
libcatalyst-controller-actionrole-perl_0.17.orig.tar.gz 31.7 KiB 21f100392d5ff80d477a391786be28e26ab4ffa0ab3a2f6b74eee3e9803182b0
libcatalyst-controller-actionrole-perl_0.17-2.debian.tar.xz 2.6 KiB 676d3959f9fd869369ff01bfa905e60f7e1f1928a9ebba45486d0a1d055f283b

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-controller-actionrole-perl: module for applying roles to action instances

 Catalyst::Controller::ActionRole allows one to apply Moose::Roles to the
 Catalyst::Actions for different controller methods.
 .
 As of version 5.90013, Catalyst has merged this functionality into the core
 Catalyst::Controller. You should no longer use this module for new
 development and it is recommended to switch to the core controller as soon as
 practical.