X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F00-load.t;h=de83532fecb82231f7fd58698db947d187ca0d78;hb=fad4c11177b48a2cee604fe643b3e477687c9400;hp=91a8a960cd1d1dfd086622545e6043766600e4ef;hpb=41a4b907f4846f2d35b170f517fb83ceb13f298c;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' ); }