The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This should not fail (used by Module::Install to check for dependency
# presence, etc).
require Test::Base;

print "1..1\n";
print "ok 1 - Print ran. Code didn't blow up\n";