Path to this page:
./
devel/p5-Hash-Merge,
Perl 5 module to merges arbitrarily deep hashes
Branch: CURRENT,
Version: 0.302nb1,
Package name: p5-Hash-Merge-0.302nb1,
Maintainer: pkgsrc-usersThe Perl 5 module Hash::Merge merges two arbitrarily deep hashes
into a single hash. That is, at any level, it will add non-conflicting
key-value pairs from one hash to the other, and follows a set of
specific rules when there are key value conflicts.
Required to run:[
lang/perl5] [
devel/p5-Clone-Choose]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: b145878bc7c9707630d86757286ecfd5f2cfc622
RMD160: 8565ccd1a01a388a9f903164abe706f9e220216c
Filesize: 13.819 KB
Version history: (Expand)
- (2020-09-01) Updated to version: p5-Hash-Merge-0.302nb1
- (2020-08-16) Updated to version: p5-Hash-Merge-0.302
- (2019-08-11) Updated to version: p5-Hash-Merge-0.300nb2
- (2018-08-22) Updated to version: p5-Hash-Merge-0.300nb1
- (2018-03-11) Updated to version: p5-Hash-Merge-0.300
- (2017-11-24) Updated to version: p5-Hash-Merge-0.299
CVS history: (Expand)
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-08-16 05:01:21 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 0.302
Upstream changes:
0.302 2020-07-30
- Prevent object-based test from failing randomly on BSDs and MacOS
0.301 2020-06-18
- fix object-based interface memory leak (RT#132627) (Thanks to mithaldu)
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-03-11 11:14:27 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Hash-Merge: update to 0.300.
0.300 2018-03-09
- fix old EU::MM support (RT#123915)
- rename specify_behavior and improve SYNOPSIS (RT#123785)
- improve CI tests
- update resources information for META.json
|
2017-11-24 14:52:10 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Hash-Merge: update to 0.299.
0.299 2017-11-20
- Fixed behavior change if Hash contains blessed hashes (Thanks to
David E. Wheeler)
- Extended testing with blessed objects.
0.298 2017-11-15
- Version 0.298 release
0.200_003 2017-11-07
- Documentation updated and extended.
- Do not clone if not a reference. This fixes a failure when using
Storable as backend.
- Update dependencies and requirements.
- Extended testing in order to test all the different clone() backends.
0.200_002 2017-10-16
- Rely on backend() debug helper of Clone::Choose 0.003 to help
identifying issues depending on underlying clone implementation
0.200_001 2017-10-11
- Switch to Clone::Choose instead of NIH clone detector.
- Fixed weird object vs. global behavior
- Aligned distribution sets, perltidy, perlcritic, etc.
- RT#55978 Fixed avoid the eval in _get_obj (Thanks to Larry Leszczynski)
- RT#81156 Fixed behavior name bug (Thanks to Matt D. Garrett)
- RT#69872 Fixed cloning does not happen bug (Thanks to John Busco)
- PR#1 Fixed syntax errors in code samples (Thanks to book)
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|