The NetBSD Project

CVS log for pkgsrc/devel/p5-MooX-TypeTiny/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-MooX-TypeTiny

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 6 09:39:36 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

*: recursive bump for perl 5.38

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 28 11:32:50 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

*: recursive bump for perl 5.36

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 24 19:51:07 2021 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

*: recursive bump for perl 5.34

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 8 13:16:37 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

*: use MASTER_SITE_PERL_CPAN

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 8 13:09:54 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

*: improve HOMEPAGE

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 7 09:35:21 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored)

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)

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:27 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 16 12:18:29 2020 UTC (3 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

(devel/p5-MooX-TypeTiny) Correction on PKGNAME

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 16 12:00:10 2020 UTC (3 years, 5 months ago) by mef
Branch: MAIN

(devel/p5-MooX-TypeTiny) import MooX-TypeTiny-0.001004

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>