X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F00-load.t;h=de83532fecb82231f7fd58698db947d187ca0d78;hb=8d66aa098b18f8c9724b12bf446d330905122c57;hp=91a8a960cd1d1dfd086622545e6043766600e4ef;hpb=4c46bbd0856ded38b0cefbabc61dc53b85025d42;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/00-load.t b/t/00-load.t index 91a8a96..de83532 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -5,6 +5,7 @@ use warnings; use Test::More tests => 1; +use lib qw{blib/archpub}; BEGIN { use_ok( 'Test::Valgrind::Suppressions' ); }