libmoosex-lazyrequire-perl 0.11-2 source package in Ubuntu

Changelog

libmoosex-lazyrequire-perl (0.11-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.

  [ 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.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Set Testsuite header for perl package.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 21:01:40 +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-lazyrequire-perl_0.11-2.dsc 2.4 KiB cc6d887b9194a2d1032d4c22f8a39bee5b2772aaf1271219b5b20ce2b110e18e
libmoosex-lazyrequire-perl_0.11.orig.tar.gz 25.8 KiB ef620c1e019daf9cf3f23a943d25a94c91e93ab312bcd63be2e9740ec0b94288
libmoosex-lazyrequire-perl_0.11-2.debian.tar.xz 3.1 KiB 24deba2af4f2fedbff184958d5fb06f96eb786bc22a238b5c55e9766cdfe1153

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-lazyrequire-perl: Moose extension to delay errors for attribute declarations

 MooseX::LazyRequire adds a lazy_require option to Moose attribute
 declarations.
 .
 The reader methods for all attributes with that option will throw an
 exception unless a value for the attributes was provided earlier by a
 constructor parameter or through a writer method.