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

Changelog

libmoox-types-mooselike-perl (0.29-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 13:56:54 +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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoox-types-mooselike-perl_0.29-1.1.dsc 2.3 KiB e824a1b6683a181afd2650c4a2149d8b11e4f125a5da7d10a4bed29e6049cf2e
libmoox-types-mooselike-perl_0.29.orig.tar.gz 18.4 KiB 1d3780aa9bea430afbe65aa8c76e718f1045ce788aadda4116f59d3b7a7ad2b4
libmoox-types-mooselike-perl_0.29-1.1.debian.tar.xz 2.9 KiB cd2ce2eb03cd6195e789d9b63fd0e90c7ab84a71b2b7dbb0612dcadd571318b0

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.