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

sub i_exist { 1 }

eval "require ThisModuleDoesNotExist;" or die $@;

1;