Branch: refs/heads/yves/require_hook_rebased
Home: https://github.com/Perl/perl5
Commit: 9382f8afceba3a150b9f6757ef494bfedd2eb154
https://github.com/Perl/perl5/commit/9382f8afceba3a150b9f6757ef494bfedd2eb154
Author: Yves Orton <[email protected]>
Date: 2023-03-09 (Thu, 09 Mar 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: 2a54265c990e4113e45da9f2649258d78f17d4c1
https://github.com/Perl/perl5/commit/2a54265c990e4113e45da9f2649258d78f17d4c1
Author: Yves Orton <[email protected]>
Date: 2023-03-09 (Thu, 09 Mar 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/72af433e105a...2a54265c990e