comparison fastcgi.t @ 36:bd1a5e92d0c0

Tests: remove unneeded imports.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 22 Oct 2008 04:00:13 +0400
parents 7bf0e8a1d66c
children 3325fa3f515c
comparison
equal deleted inserted replaced
35:7bf0e8a1d66c 36:bd1a5e92d0c0
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 IO::Select;
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; 17 use Test::Nginx;