The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use utf8;
use Test::Base::Less;

run {
    my $block = shift;
    is($block->input, 1);
};

done_testing;

__END__

===
--- input: 1

===
--- SKIP
--- input: 2

===
--- input: 1