libmoosex-has-sugar-perl 1.000006-2 source package in Ubuntu

Changelog

libmoosex-has-sugar-perl (1.000006-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 21:00:35 +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-has-sugar-perl_1.000006-2.dsc 2.3 KiB f55d0a5d86de6e8a19af11cb4d3aaa7b46f95cf44bfd9e88b79cc2706b26d4da
libmoosex-has-sugar-perl_1.000006.orig.tar.gz 36.7 KiB efeed3ddb3a8ea18f416d485f3c2b0427145d267e63368c651d488eaa8c28d09
libmoosex-has-sugar-perl_1.000006-2.debian.tar.xz 3.0 KiB f90a711b2ad0594c9154aa566b8d900d18b9b098a294b10d3d6fb25b18864134

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-has-sugar-perl: Moose extension for syntactic sugar in 'has' fields

 MooseX::Has::Sugar is a module that provides a simple way to avoid quoting
 option strings. Normally, Moose accepts parameters in Perl's hash style,
 which requires a list of key/value pairs. This module is convenient for
 boolean options and to prevent errors with mistyping string values, since
 the expressions provided by this module are checked at compile-time.