libclass-meta-perl 0.66-3 source package in Ubuntu

Changelog

libclass-meta-perl (0.66-3) 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.
  * Remove Nathan Handler from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ 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, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Sat, 11 Jun 2022 22:40:20 +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-meta-perl_0.66-3.dsc 2.2 KiB 97c3f5bde1c59b44f443ae4445252f8c8a1d1d7e2b4a896d92d462685ff914d0
libclass-meta-perl_0.66.orig.tar.gz 90.8 KiB d945edeb653a184f28caa22702e49ceea92ae839b722e49cab4ab1150df4598b
libclass-meta-perl_0.66-3.debian.tar.xz 3.9 KiB 6e514231ee15dec1285219ff1ab7b7b0cb6cd67a2080b0af20aaa67b7ca10b69

Available diffs

No changes file available.

Binary packages built by this source

libclass-meta-perl: class automation, introspection, and data validation module

 Class::Meta provides an interface for automating the creation of Perl classes
 with attribute data type validation. It differs from other such modules in
 that it includes an introspection API that can be used as a unified interface
 for all Class::Meta-generated classes. In this sense, it is an implementation
 of the "Facade" design pattern.