The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package indirect::TestRequired3X;

sub new { push @main::new, __PACKAGE__ }

no indirect hook => \&main::cb3;

new indirect::TestRequired3X;