The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::Base tests => 1;

is_deeply first_block->foo, [qw(one two three)];

__DATA__


=== Create an array reference
--- foo lines chomp array
one
two
three