comparison upstream_least_conn.t @ 474:b86c05516e65

Tests: cleanup unused CRLF includes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Oct 2014 19:42:02 +0400
parents 60888e2c3f5a
children 1b2f71399b49
comparison
equal deleted inserted replaced
473:9a6e0ede4b92 474:b86c05516e65
8 8
9 use warnings; 9 use warnings;
10 use strict; 10 use strict;
11 11
12 use Test::More; 12 use Test::More;
13
14 use Socket qw/ CRLF /;
15 13
16 BEGIN { use FindBin; chdir($FindBin::Bin); } 14 BEGIN { use FindBin; chdir($FindBin::Bin); }
17 15
18 use lib 'lib'; 16 use lib 'lib';
19 use Test::Nginx qw/ :DEFAULT http_end /; 17 use Test::Nginx qw/ :DEFAULT http_end /;