The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl

# Test TB2::Mouse will load.
# Don't use any Test::Builder stuff here because it relies on TB2::Mouse

use strict;
use warnings;

use TB2::Mouse;

print <<'END';
1..1
ok 1 - TB2::Mouse loaded
END