Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libtest-base-perl / libtest-base-perl-0.54 / t / array.t
1 use Test::Base tests => 1;
2
3 is_deeply first_block->foo, [qw(one two three)];
4
5 __DATA__
6
7
8 === Create an array reference
9 --- foo lines chomp array
10 one
11 two
12 three