Skip to content

Commit

Permalink
we are not interpolating here
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 12, 2017
1 parent 7388440 commit 4e2cc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Server.pm
Expand Up @@ -79,7 +79,7 @@ sub listen {
@$self{qw(handle single_accept)} = ($handle, $args->{single_accept});

return unless $args->{tls};
croak "IO::Socket::SSL 1.94+ required for TLS support" unless TLS;
croak 'IO::Socket::SSL 1.94+ required for TLS support' unless TLS;

weaken $self;
my $tls = $self->{tls} = {
Expand Down

0 comments on commit 4e2cc18

Please sign in to comment.