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 lethal;

# A dummy package showing how we can trivially subclass autodie
# to our tastes.

use base qw(autodie);

1;