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 autovivification::TestRequired5::a0;
no autovivification qw<strict fetch>;
use autovivification::TestRequired5::b0;
sub error {
 local $@;
 autovivification::TestRequired5::b0->get;
 return $@;
}
1;