Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: a2ff23c0fd40267426bcff0f2b90250875d4387a
https://github.com/Perl/perl5/commit/a2ff23c0fd40267426bcff0f2b90250875d4387a
Author: Richard Leach <[email protected]>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M t/class/accessor.t
M t/lib/croak/class
Log Message:
-----------
t/class/accessor.t - add additional :reader and :writer tests
The :reader tests are not really needed at present, as `pp_leavesub` makes
the necessary copies, but exploring some fast accessor ideas which bypass
that logic has shown the usefulness of having these tests present.
A test for :writer on an array field already exists in a separate file.
A comment pointing to that file has been added, and a test for the hash
case added next to the pre-existing test.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications