The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Test::Simple tests => 1;
use Acme::BeCool;

# This improves my Kwalitee?
q#
use strict;
use warnings;
use Test::Pod;
use Test::Pod::Coverage;
#;
ok(1, 'loaded');