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

Changelog

libmoosex-meta-typeconstraint-mooish-perl (0.001-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.

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 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).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      libnamespace-autoclean-perl, libtest-checkdeps-perl,
      libtest-moose-more-perl, libtest-simple-perl and perl.
    + libmoosex-meta-typeconstraint-mooish-perl: Drop versioned constraint on
      libnamespace-autoclean-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 22:56:58 +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
libmoosex-meta-typeconstraint-mooish-perl_0.001-2.dsc 2.5 KiB 3b9336be8a2818ae2b127149839c8fe7d03a09ec31e7aef4bde8760765462b17
libmoosex-meta-typeconstraint-mooish-perl_0.001.orig.tar.gz 24.9 KiB 48ce292333c4f151aead6b087cc0f82139fb003d7785dc4ad8b1181c692067ca
libmoosex-meta-typeconstraint-mooish-perl_0.001-2.debian.tar.xz 2.3 KiB d8db76253e579f21bfe5e18667f2651ca4355282ab2414ad2190ccf6a4ee6b17

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).