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 / unchomp.t
1 use Test::Base tests => 1;
2
3 filters qw(norm trim chomp);
4
5 is next_block->input, "on\ntw\nthre\n";
6
7 __END__
8 ===
9 --- input lines chomp chop unchomp join
10 one
11 two
12 three