Changes for version v0.1.1 - 2026-06-08
- Test-only maintenance release; no functional changes to the XS implementation.
- Replaced the Perl 5.10 defined-or operator (//) in t/02.all.t and t/04.boolean.t with defined()/ternary expressions. This restores syntax compatibility with Perl 5.8.x, where those test files failed to compile on CPAN Testers.
- Simplified t/11.rreturn.t by removing internal want_lvalue() assertions from lvalue-assignment test paths. Those checks were probing implementation details and could not reliably distinguish between Perls that correctly propagated lvalue context and those that did not. The test now focuses on the actual behaviour under test: whether rreturn correctly dies in lvalue assignment contexts.
- Eliminated spurious TODO passed reports from t/11.rreturn.t on some CPAN Testers platforms.
- Updated GitLab repository and bugtracker metadata after moving the project to the 'deguest' group.
- Fixed a precedence bug in t/93.signature.t that caused the AUTHOR_TESTING level check to behave incorrectly.
Modules
Extended caller context detection