libclass-accessor-chained-perl 0.01.1~debian-5 source package in Ubuntu

Changelog

libclass-accessor-chained-perl (0.01.1~debian-5) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * 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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 30 Jun 2022 23:42:25 +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
libclass-accessor-chained-perl_0.01.1~debian-5.dsc 2.3 KiB ecb36814fa219a34a1fac082961f5cfa535d95fbd25edd899b93024a64909511
libclass-accessor-chained-perl_0.01.1~debian.orig.tar.gz 2.3 KiB a5bf49d3804f83ad25a1b16f327d14d4cbee2270132104b28705031dbccc34d2
libclass-accessor-chained-perl_0.01.1~debian-5.debian.tar.xz 2.3 KiB 25d5659733dddf5cf017eee42048c93f2d7365f6ae757fdb61673916ef4c011c

No changes file available.

Binary packages built by this source

libclass-accessor-chained-perl: Perl module providing chained accessors

 A chained accessor is one that always returns the object when called
 with parameters (to set), and the value of the field when called with
 no arguments.
 .
 Class::Accessor::Chained subclasses Class::Accessor in order to provide
 the same mk_accessors interface.