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

use v5.8;

use Test::More tests => 1;

use_ok 'FindBin::libs',         'Module is use-able';

__END__