Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c9e40504110984aafaa2da8e8407742cecbae3fe https://github.com/Perl/perl5/commit/c9e40504110984aafaa2da8e8407742cecbae3fe Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths: M op.c Log Message: ----------- Slight neatening of a switch/case in op.c to make its intent more obvious Commit: fc9f02f4c9e48d2cf55fad5d73ae0010c024b659 https://github.com/Perl/perl5/commit/fc9f02f4c9e48d2cf55fad5d73ae0010c024b659 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2023-08-02 (Wed, 02 Aug 2023) Changed paths: M t/op/coresubs.t Log Message: ----------- use strict in t/op/coresubs.t Commit: 63119ccaf3f35c2dacf83ab731d93f67ee721bd8 https://github.com/Perl/perl5/commit/63119ccaf3f35c2dacf83ab731d93f67ee721bd8 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2023-08-02 (Wed, 02 Aug 2023) Changed paths: M class.c M embed.h M ext/Opcode/Opcode.pm M ext/Pod-Functions/t/Functions.t M keywords.c M keywords.h M lib/B/Deparse-core.t M op.c M opcode.h M opnames.h M pod/perlclass.pod M pod/perldiag.pod M pod/perlfunc.pod M pp_proto.h M proto.h M regen/embed_lib.pl M regen/keywords.pl M regen/opcodes M t/class/class.t M t/class/inherit.t M t/class/phasers.t M t/lib/croak/class M t/op/coreamp.t M t/op/coresubs.t M toke.c Log Message: ----------- Added __CLASS__ keyword, which yields the runtime class name of the invoking instance Compare: https://github.com/Perl/perl5/compare/c226565ffd49...63119ccaf3f3