Update to 0.10
Upstream changes:
0.10 2024-10-01 19:32:23Z
- remove the use of MooseX::AttributeHelpers
- fix test for changes to an error message in perl 5.37.7
Update to 1.51
Upstream changes:
1.51 - 26 July 2025
- Test against 5.42.0
- Add nvim report to show coverage in neovim
- Fix cover --outputdir option (Hannes Thorsell) (GH-358)
1.50 - 10 June 2025
- Avoid some warnings during global destruction
1.49 - 18 May 2025
- Handle core Deparse changes for xor (Jim Keenan) (GH-355)
- Code tidying
1.48 - 11 May 2025
- Fix up args handling for reports (Mitch McCracken) (GH-354)
- Correct error message when launch is unavailable
- Improve perlcritic compliance
1.47 - 4 May 2025
- Improve defined-or handling (Ed J) (GH-352)
- Always set both HARNESS_PERL_SWITCHES and PERL5OPT (Ed J) (GH-351)
[12 lines not shown]
avoid a couple of GCC warnings.
insert a new line to avoid:
rem_pio2q.c:174:13: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
and for sqrtq.c, #ifdef a variable the same as the usage.
Update to 2.9.0
Upstream changes:
2.9.0 Wed Mar 5 22:27:28 CST 2025
[ENHANCEMENTS]
assert_arrayref_of() no longer requires the array to have at
least one element.
New assert_arrayref_nonempty_of() has the same behavior as
assert_arrayref_of(), but requires at least one element.
2.8.0 Fri Jan 3 12:03:58 CST 2025
[ENHANCEMENTS]
Added assert_regex().
2.7.0 Wed Dec 25 14:40:15 CST 2024
[ENHANCEMENTS]
Added assert_numeric_between() and assert_integer_between().
2.6.0 Sun Dec 22 23:37:00 CST 2024
[ENHANCEMENTS]
Add assert(), the same as assert() in Carp::Assert, as a
convenience.
[6 lines not shown]
Update to 1.60
Upstream changes:
1.60 Wed Jun 18 9:25 2025
- Fix very broken 1.59 release that was leaving pages
locked after initialising them.
1.59 Tue Jun 3 17:25 2025
- Add exists() method to check if key exists in the
cache. This avoid the decompress + deserialize cost
- Initialise pages under lock. This avoids potential
race conditions where multiple processes try and init
a cache file
- Correctly reset p_changed after storing changed details
back to cache.
1.58 Mon May 5 16:25 2025
- Catch a rare bug if someone closes our underlying file
handle unexpectedly
Update to 1.02
Upstream changes:
1.02
- Released at 2025-07-18T21:08:37+0900
- Thanks to our contributors: Andrii Nugged, Marius Feraru
- `uninstall` command now has shorter names: `rm` and `delete`.
- `patchperl` is now an optional dependency.
- bashrc now works better with `set -u` ("use strict" in bash) is in place. PR #850.