diff options
Diffstat (limited to 'cpan/HTTP-Tiny/t/162_proxy_auth.t')
-rw-r--r-- | cpan/HTTP-Tiny/t/162_proxy_auth.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpan/HTTP-Tiny/t/162_proxy_auth.t b/cpan/HTTP-Tiny/t/162_proxy_auth.t index 400c9d91ee..cf12e8873f 100644 --- a/cpan/HTTP-Tiny/t/162_proxy_auth.t +++ b/cpan/HTTP-Tiny/t/162_proxy_auth.t @@ -5,7 +5,8 @@ use warnings; use File::Basename; use Test::More 0.88; -use t::Util qw[tmpfile rewind slurp monkey_patch dir_list parse_case +use lib 't'; +use Util qw[tmpfile rewind slurp monkey_patch dir_list parse_case hashify connect_args clear_socket_source set_socket_source sort_headers $CRLF $LF]; |