Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Sub-HandlesVia
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 10:17:31 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 13:42:19 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 26 15:04:28 2021 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
p5-Sub-HandlesVia: update to 0.016. 0.016 2020-09-20 [ Bug Fixes ] - Fix load order issue where handles_via is used in a Moo::Role when Moo.pm isn't loaded yet.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 13 07:55:49 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.2: +5 -5
lines
Diff to previous 1.2 (colored)
p5-Sub-HandlesVia: update to 0.015. 0.015 2020-09-12 - Added: `reset` method for Array. - Added: `reset` method for Hash. - Plain toolkit (used by non-Moo/Moose/Mouse classes) now supports defaults/builders.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 7 10:05:14 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
p5-Sub-HandlesVia: update to 0.014. Fix dependencies. 0.014 2020-08-25 [ Bug Fixes ] - Fix compilation errors caused by value coercions under some circumstances.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 16 12:34:18 2020 UTC (3 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
(devel/p5-Sub-HandlesVia) import p5-Sub-HandlesVia-0.013 If you've used Moose's native attribute traits, or MooX::HandlesVia before, you should have a fairly good idea what this does. Why re-invent the wheel? Well, this is an implementation that should work okay with Moo, Moose, Mouse, and any other OO toolkit you throw at it. One ring to rule them all, so to speak. Also, unlike MooX::HandlesVia, it honours type constraints, plus it doesn't have the limitation that it can't mutate non-reference values.