Skip to content

Commit d7c9267

Browse files
committed
Tidy imports in content_length.t
1 parent c8856d2 commit d7c9267

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

t/content_length.t

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
use strict;
22
use warnings;
33

4+
use HTTP::Response ();
5+
use IO::Socket::IP ();
6+
use Socket qw( $CRLF );
7+
use IO::Select ();
48
use Test::More 0.98;
59

6-
use HTTP::Request;
7-
use HTTP::Response;
8-
use IO::Socket::IP;
910
use lib 't/lib';
10-
use TestServer::Reflect;
11-
use Socket qw($CRLF);
12-
use IO::Select;
11+
use TestServer::Reflect ();
1312

1413
my @TESTS = (
1514
{

0 commit comments

Comments
 (0)