Branch: refs/heads/yves/require_hook_rebased
Home: https://github.com/Perl/perl5
Commit: 24834f86ab3cd2fb3fdd38a4fa48ed87a70e51fa
https://github.com/Perl/perl5/commit/24834f86ab3cd2fb3fdd38a4fa48ed87a70e51fa
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M MANIFEST
R t/lib/GH_15109/Apack.pm
R t/lib/GH_15109/Bpack.pm
R t/lib/GH_15109/Cpack.pm
R t/lib/GH_15109/Foo.pm
A t/lib/caller/Apack.pm
A t/lib/caller/Bpack.pm
A t/lib/caller/Cpack.pm
A t/lib/caller/Foo.pm
M t/op/caller.t
Log Message:
-----------
t/lib/GH_15109 - rename to t/lib/caller
I want to use these modules in other tests, so changing the name
makes sense.
Commit: 07c5d112315c8b657258ac564dc0d208b840a047
https://github.com/Perl/perl5/commit/07c5d112315c8b657258ac564dc0d208b840a047
Author: Yves Orton <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M MANIFEST
M embedvar.h
M intrpvar.h
M mg.c
M perl.c
M pod/perldiag.pod
M pod/perlfunc.pod
M pod/perlvar.pod
M pp_ctl.c
M sv.c
A t/op/require_hook.t
Log Message:
-----------
pp_ctl.c - add support for a __REQUIRE__
Hook is called before anything else happens inside of a require,
and may return a callback which will be called after everything else
is done.
Compare: https://github.com/Perl/perl5/compare/b10eca8f5e1d...07c5d112315c