We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8856d2 commit d7c9267Copy full SHA for d7c9267
1 file changed
t/content_length.t
@@ -1,15 +1,14 @@
1
use strict;
2
use warnings;
3
4
+use HTTP::Response ();
5
+use IO::Socket::IP ();
6
+use Socket qw( $CRLF );
7
+use IO::Select ();
8
use Test::More 0.98;
9
-use HTTP::Request;
-use HTTP::Response;
-use IO::Socket::IP;
10
use lib 't/lib';
-use TestServer::Reflect;
11
-use Socket qw($CRLF);
12
-use IO::Select;
+use TestServer::Reflect ();
13
14
my @TESTS = (
15
{
0 commit comments