The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

BEGIN {
print "1..1\n";
}
rmtree("./blib_test");
mkdir("./blib_test", 0777) or print "not ok 1\n" && exit;
print "ok 1\n";