The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456 use strict;use warnings;use Test::More skip_all => 'likity skipity';fail('dont run me');
use
strict;
warnings;
Test::More
skip_all
=>
'likity skipity'
;
fail(
'dont run me'
);