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 / is.t
1 use Test::Base tests => 1;
2
3 is(<<_ , <<_);
4 1
5 2
6 3
7 _
8 1
9 2
10 3
11 _
12
13