libmoosex-semiaffordanceaccessor-perl 0.10-2 source package in Ubuntu

Changelog

libmoosex-semiaffordanceaccessor-perl (0.10-2) 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.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) 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 deprecated 8 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).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmoose-perl.
    + libmoosex-semiaffordanceaccessor-perl: Drop versioned constraint on
      libmoose-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 23:10:36 +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
libmoosex-semiaffordanceaccessor-perl_0.10-2.dsc 2.3 KiB f37223640474e4ba37116c22fead1176a0a24195a0b7bcae1ff5e6aab1b1c011
libmoosex-semiaffordanceaccessor-perl_0.10.orig.tar.gz 16.3 KiB a5b85776bcdded168027a1ff664b41c5f65886721cdd543e3af9d53759a2b1d5
libmoosex-semiaffordanceaccessor-perl_0.10-2.debian.tar.xz 6.1 KiB 111c5a0ac2605712616587c5ef70be7a4f1bae1159161d63534bbbd30a31f452

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-semiaffordanceaccessor-perl: Perl module to generate accessors automatically

 MooseX::SemiAffordanceAccessor is a module that changes the default naming
 policy for the loading class so that methods are separated into accessors
 (which have the same name as the attribute) and mutators (via set_ methods).
 .
 It is compatible with existing naming schemes, since attributes that explicitly
 provide a "reader" or "writer" name are left unchanged. The terminology
 "semi-affordance" is inspired by David Wheeler's Class::Meta module (see
 libclass-meta-perl).