Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: bab261c9114a5ca4aee6acea592e42b95068af70
https://github.com/Perl/perl5/commit/bab261c9114a5ca4aee6acea592e42b95068af70
Author: Eric Herman <[email protected]>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M embed.fnc
M embed.h
M gv.c
M proto.h
Log Message:
-----------
Added function amagic_find(sv, method, flags)
Returns the CV pointer to the overloaded method,
which will be needed by join to detect concat magic.
Co-authored-by: Philippe Bruhat (BooK) <[email protected]>