From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl -w
use Test;
BEGIN
{
$| = 1;
unshift @INC, '../blib/lib';
unshift @INC, '../blib/arch';
chdir 't' if -d 't';
plan tests => 1;
};
ok(1); # could load it?