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 / no_diff.t
1 use Test::Base tests => 1;
2
3 no_diff;
4
5 is "xxx\nyyy\n", "xxx\nyyy\n",
6    'This test is really weak.';