libcatalystx-injectcomponent-perl 0.025-2 source package in Ubuntu

Changelog

libcatalystx-injectcomponent-perl (0.025-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set Testsuite header for perl package.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 22:47:14 +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
libcatalystx-injectcomponent-perl_0.025-2.dsc 2.3 KiB 00f2a8518dda050aa47b6d7fa33e511b4465934ed61239d14175e170a144300f
libcatalystx-injectcomponent-perl_0.025.orig.tar.gz 3.7 KiB 86729cce634cd057f9d2774d9b55912fe96ff2f68b029691e6807c7a9b397d71
libcatalystx-injectcomponent-perl_0.025-2.debian.tar.xz 2.0 KiB 85e2935ec6030c3d02e17cc27368b83a9bc36b611fda6ad7cb80a809a516da33

Available diffs

No changes file available.

Binary packages built by this source

libcatalystx-injectcomponent-perl: module for injecting components into Catalyst applications

 CatalystX::InjectComponent will inject Controller, Model, and View
 components into Catalyst applications at setup (run)time. It does
 this by creating a new package on-the-fly, having that package extend
 the given component, and then having Catalyst setup the new component
 (via "->setup_component").