comparison smtp-greeting-delay.t @ 36:bd1a5e92d0c0

Tests: remove unneeded imports.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 22 Oct 2008 04:00:13 +0400
parents 8f1519472ece
children d68b85def521
comparison
equal deleted inserted replaced
35:7bf0e8a1d66c 36:bd1a5e92d0c0
6 6
7 use warnings; 7 use warnings;
8 use strict; 8 use strict;
9 9
10 use Test::More; 10 use Test::More;
11
12 use MIME::Base64;
13 use Socket qw/ CRLF /;
14 11
15 BEGIN { use FindBin; chdir($FindBin::Bin); } 12 BEGIN { use FindBin; chdir($FindBin::Bin); }
16 13
17 use lib 'lib'; 14 use lib 'lib';
18 use Test::Nginx; 15 use Test::Nginx;