diff smtp.t @ 7:9eb509695651

Tests: drop our own CRLF constant, use Socket's one instead.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 08 Sep 2008 06:08:38 +0400
parents 4d75bdb05ecf
children f772e2a1a13f
line wrap: on
line diff
--- a/smtp.t
+++ b/smtp.t
@@ -12,6 +12,7 @@ use strict;
 use Test::More tests => 28;
 
 use MIME::Base64;
+use Socket qw/ CRLF /;
 
 use _common;