Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 1b8912b317b2f945ad30136a7b22dd23667c486b
https://github.com/Perl/perl5/commit/1b8912b317b2f945ad30136a7b22dd23667c486b
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M class.c
Log Message:
-----------
class.c: Generated :reader methods should not put an OP_NEXTSTATE before
OP_METHSTART
It doesn't show up in tests here, but it will confuse B::Deparse's
attempts to find the OP_METHSTART, as regular `method foo () { ... }`
will not have such a thing there.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications