Branch: refs/heads/yves/require_hook_rebased
Home: https://github.com/Perl/perl5
Commit: b0bc042b829af3e2879cfa2ab594d2c8e7238688
https://github.com/Perl/perl5/commit/b0bc042b829af3e2879cfa2ab594d2c8e7238688
Author: Yves Orton <[email protected]>
Date: 2023-01-06 (Fri, 06 Jan 2023)
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: 72af433e105afbfd2c925066cff5bfa9a38feba3
https://github.com/Perl/perl5/commit/72af433e105afbfd2c925066cff5bfa9a38feba3
Author: Yves Orton <[email protected]>
Date: 2023-01-06 (Fri, 06 Jan 2023)
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/0d0530c0d5b6...72af433e105a