./devel/p5-MooX-TypeTiny, Optimized type checks for Moo + Type::Tiny

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.002003nb3, Package name: p5-MooX-TypeTiny-0.002003nb3, Maintainer: pkgsrc-users

This module 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.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 13.282 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-08 15:16:47 by Thomas Klausner | Files touched by this commit (116)
Log message:
*: use MASTER_SITE_PERL_CPAN
   2020-09-08 15:10:01 by Thomas Klausner | Files touched by this commit (68)
Log message:
*: improve HOMEPAGE
   2020-09-07 11:35:21 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-MooX-TypeTiny: update to 0.002003.

0.002003 - 2020-04-29
  - fix compatibility issues with perl 5.8

0.002002 - 2020-04-25
  - fix applying method generator role multiple times, leading to C3 errors

0.002001 - 2020-04-25
  - add test for use with namespace::clean

0.002_000 - 2020-04-14
  - use new Type::Tiny API for inlining which should be slightly faster
  - delay generating constructors, to allow easier use of namespace::clean
    (RT#128291)
  - prevent coercions from evaluating defaults multiple times (RT#132268)