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 / sort-deep.t
1 use Test::Base;
2
3 __END__
4 === Test deep sorting
5 --- (a) eval Sort
6 [
7 [
8 [qw(c d b a)], [qw(foo bar baz)],
9 ]
10 ]
11 --- (b) eval Reverse
12 [
13 [
14 [qw(d c b a)], [qw(foo baz bar)],
15 ]
16 ]