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

#!/usr/bin/env perl
use strict;
use lib "${FindBin::Bin}/../t/lib";
BEGIN {
}
use foo;
use bar;
use baz;
use quux;