From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 use Test::More 'tests' => 2;pass("yay!");TODO: { local $TODO = 'Ez duz it'; ok(1,'ruh roh');}
use Test::More 'tests' => 2;
pass("yay!");
TODO: {
local $TODO = 'Ez duz it';
ok(1,'ruh roh');
}