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