The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for B::Hooks::AtRuntime.

7       2020-06-19
    - Fix use under the debugger (haarg++).

6       2018-02-20
    - More test fixes for no-.-in-@INC.

5       2018-02-17
    - Test fixes for no-.-in-@INC.

4       2016-01-06
    - Skip a test on pre-5.8.4.

3       2016-01-04
    - ppport.h has caller_cx.

2       2015-12-25
    - Change to XS-based ::run, eliminating extra scope.
    - Add after_runtime.
    - Switch to Exporter::Tiny.

1       2012-02-13
    - Uses lex_stuff_sv on 5.12.
    - Filter-based substitute before that.