libmoosex-meta-typeconstraint-mooish-perl 0.001-1.1 source package in Ubuntu

Changelog

libmoosex-meta-typeconstraint-mooish-perl (0.001-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>  Tue, 05 Jan 2021 23:22:45 +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
libmoosex-meta-typeconstraint-mooish-perl_0.001-1.1.dsc 2.5 KiB 15015ec78a2fd378289b294a06d5ca003acc2c5bda3432b7696738ff92bb8634
libmoosex-meta-typeconstraint-mooish-perl_0.001.orig.tar.gz 24.9 KiB 48ce292333c4f151aead6b087cc0f82139fb003d7785dc4ad8b1181c692067ca
libmoosex-meta-typeconstraint-mooish-perl_0.001-1.1.debian.tar.xz 2.0 KiB 0359c83f2754087e321a8974c03f21f0c80f69d93b011ecb880dcf1b8611c1c1

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-meta-typeconstraint-mooish-perl: module to translate Moo-style constraints to Moose-style

 Moose::Meta::TypeConstraint are expected to return true if the value passes
 the constraint, and false otherwise; Moo "constraints", on the other hand,
 die if validation fails.
 .
 The MooseX::Meta::TypeConstraint::Mooish metaclass allows for Moo-style
 constraints; it will wrap them and translate their Moo into a dialect Moose
 understands.
 .
 Note that this is largely to enable functionality in
 MooseX::AttributeShortcuts; the easiest way use this metaclass is by using
 that package. Also, as it's not inconceivable that this functionality may be
 desired in other constraint metaclasses, the bulk of this metaclass'
 functionality is implemented as a trait
 (MooseX::TraitFor::Meta::TypeConstraint::Mooish).