libmoox-types-mooselike-perl 0.29-2 source package in Ubuntu

Changelog

libmoox-types-mooselike-perl (0.29-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.

  [ 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: Repository-Browse.
  * 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 libmodule-runtime-perl,
      libmoo-perl, perl, libtest-simple-perl.
    + libmoox-types-mooselike-perl: Drop versioned constraint on
      libmodule-runtime-perl, libmoo-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 15:48:12 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoox-types-mooselike-perl_0.29-2.dsc 2.2 KiB 9c215e8bbd3b446ba65ed20d0af707148e7bc537b41ccbfb975336a2fd27e126
libmoox-types-mooselike-perl_0.29.orig.tar.gz 18.4 KiB 1d3780aa9bea430afbe65aa8c76e718f1045ce788aadda4116f59d3b7a7ad2b4
libmoox-types-mooselike-perl_0.29-2.debian.tar.xz 3.2 KiB a2a1c2dfcc3eca6c93cefba8a7e6ef6fb20222127435578989c451491dec968d

Available diffs

No changes file available.

Binary packages built by this source

libmoox-types-mooselike-perl: module providing some Moosish types and a type builder

 Moo attributes (like Moose) have an 'isa' property.
 MooX::Types::MooseLike(::Base) provides some basic types for this property.
 One can import all types with the ':all' tag or import a list of types.
 .
 These types provide a check that the contact attribute is a hash reference,
 that the guest_list is an array reference, and that the records are an array
 of hash references.