libcatalystx-component-traits-perl 0.19-3 source package in Ubuntu

Changelog

libcatalystx-component-traits-perl (0.19-3) unstable; urgency=medium

  [ 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 upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      libmoosex-methodattributes-perl.
    + libcatalystx-component-traits-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Replaces.
    + libcatalystx-component-traits-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Breaks.
  * Set Testsuite header for perl package.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 22:46:02 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalystx-component-traits-perl_0.19-3.dsc 2.4 KiB e94a945d1bac2be20a704a477767a0c1e1d6b9fef05c8e682f533427ed8e703c
libcatalystx-component-traits-perl_0.19.orig.tar.gz 14.6 KiB 084944e9c9d0dfb10d4ab3453e1c125fdee39129b46d17c0234c3c5351640447
libcatalystx-component-traits-perl_0.19-3.debian.tar.xz 2.1 KiB 0b9f6ab3653b0a9dfc1d482fd0588e61a1cc278bd15ddb5ecf75742740bbe21b

Available diffs

No changes file available.

Binary packages built by this source

libcatalystx-component-traits-perl: Automatic Trait Loading and Resolution for Catalyst Components

 CatalystX::Component::Traits adds a Catalyst::Component/COMPONENT method to
 your Catalyst component base class that reads the optional traits parameter
 from app and component config and instantiates the component subclass with
 those traits using MooseX::Traits/new_with_traits from
 MooseX::Traits::Pluggable.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.