libmoox-typetiny-perl 0.002003-4 source package in Ubuntu

Changelog

libmoox-typetiny-perl (0.002003-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmoo-perl.
    + libmoox-typetiny-perl: Drop versioned constraint on libmoo-perl in
      Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 30 Jun 2022 09:51:56 +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-typetiny-perl_0.002003-4.dsc 2.2 KiB dc1bfbd36bd46dd5941f8497092bb5f6c2965b15ce9c2bcf5c5a6d2c5cf85237
libmoox-typetiny-perl_0.002003.orig.tar.gz 13.3 KiB d81e26ff6f8db10261f0087f96dc54367dcb49a9f3de8d53238f834ece19624b
libmoox-typetiny-perl_0.002003-4.debian.tar.xz 2.0 KiB 68cb299ce0cfc67711c7fdcddcadef511ce1005587112a372564cecd5536aca3

Available diffs

No changes file available.

Binary packages built by this source

libmoox-typetiny-perl: Optimized type checks for Moo + Type::Tiny

 MooX::TypeTiny optimizes Moo type checks when used with Type::Tiny to perform
 better. It will automatically apply to isa checks and coercions that use
 Type::Tiny. Non-Type::Tiny isa checks will work as normal.
 .
 This is done by inlining the type check in a more optimal manner that is
 specific to Type::Tiny rather than the general mechanism Moo usually uses.
 .
 With this module, setters with type checks should be as fast as an equivalent
 check in Moose.
 .
 It is hoped that eventually this type inlining will be done automatically,
 making this module unnecessary.