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

use Test::More 'tests' => 2;
pass("yay!");
TODO: {
local $TODO = 'Ez duz it';
ok(1,'ruh roh');
}