Skip to content

Commit

Permalink
IO::Socket::SSL didn't change to nl-in
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Mar 29, 2016
1 parent c1cf284 commit 56d04f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/SMTP/Raw.pm6
Expand Up @@ -35,7 +35,7 @@ method starttls() {
}
method switch-to-ssl() {
$!conn = IO::Socket::SSL.new(:client-socket($.conn));
$!conn.nl-in = "\r\n";
$!conn.input-line-separator = "\r\n";
}

method mail-from($address) {
Expand Down

0 comments on commit 56d04f9

Please sign in to comment.