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 / zero-blocks.t
1 use Test::Base;
2
3 plan tests => 1;
4
5 ok(blocks == 0, 'Ok to have zero blocks');
6
7 __DATA__
8
9 There really is nothing here to test...