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 / BaseTest.pm
1 package t::BaseTest;
2 use Test::Base -Base;
3
4 use File::Path qw(rmtree);
5 rmtree('t/output');
6