Move the "use lib" directive to mtr.pl

This commit is contained in:
unknown 2007-11-23 15:02:50 +01:00
commit ea9d91e82c
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,6 @@ use File::Basename;
use IO::File();
use strict;
use lib "lib/";
use My::Config;
sub collect_test_cases ($);