6 use Test::More tests => 6;
8 use Scope::Upper qw<uplevel UP>;
18 is $want, undef, 'static void context';
29 is $want, '', 'static scalar context';
40 is $want, 1, 'static list context';
53 is $want, undef, 'dynamic void context';
66 is $want, '', 'dynamic scalar context';
79 is $want, 1, 'dynamic list context';