./devel/p5-Type-Tiny-XS, XS boost for some of Type::Tinys type constraints

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


Branch: CURRENT, Version: 0.025nb1, Package name: p5-Type-Tiny-XS-0.025nb1, Maintainer: pkgsrc-users

This module is optionally used by Type::Tiny 0.045_03 and above to
provide faster, C-based implementations of some type constraints.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 149.707 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
   2023-01-08 01:32:04 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.025

Upstream changes:
0.025   2022-10-19
 [ Bug Fixes ]
 - Fix issues building on Debian.
 - The `amagic_deref_call` macro is not available in older Perl, so use
   `amagic_call` instead.

0.024   2022-10-19
 [ Bug Fixes ]
 - Fix the files in ./fallback
 - Properly handle deep magic (in particular: overloaded objects returning
   references to tied arrays/hashes) in parameterized versions of ArrayLike
   and HashLike.
 [ Other ]
 - Updated: Update bundled ppport.h

0.023   2022-10-18
 [ Test Suite ]
 - Improved tests for ScalarRef.
 [ Other ]
 - Added: Parameterized versions of ArrayLike and HashLike.
   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-07-04 10:06:18 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.022

Upstream changes:
0.022   2020-09-25

 - Added: ArrayLike, HashLike, CodeLike, and StringLike checks.
   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-07 12:23:05 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Type-Tiny-XS: update to 0.021.

0.021	2020-08-18

 [ Bug Fixes ]
 - Fix Enum test case for when Type::Parser is not available.

0.020	2020-08-17

 - Allow Enum[] to take a list of quoted strings rather than just
   barewords.
   Andrew Ruder++
   <https://github.com/tobyink/p5-type-tiny-xs/pull/12>

0.019	2020-08-05

 [ Packaging ]
 - Remove some cruft that was accidentally packaged.

0.018	2020-08-05

 [ Test Suite ]
 - Tests for InstanceOf

 [ Other ]
 - Slight speed boost for InstanceOf in cases where the object being tested
   overrides UNIVERSAL::isa.