Author: Gunnar Wolf <gwolf@debian.org>
Description:
  - use the systemwide test modules instead of the ones shipped within the upstream CPAN package
--- a/t/1_load.t
+++ b/t/1_load.t
@@ -1,4 +1,4 @@
-use lib "t/lib";
+#use lib "t/lib";
 use Test::More tests=>1;
 
 BEGIN{ use_ok( "IO::Socket::Socks" ); }
--- a/t/2_new.t
+++ b/t/2_new.t
@@ -1,4 +1,4 @@
-use lib "t/lib";
+#use lib "t/lib";
 use Test::More tests=>3;
 
 BEGIN{ use_ok( "IO::Socket::Socks" ); }
