Commit 82e3d509 authored by Dietmar Maurer's avatar Dietmar Maurer

do not use AnyEvent::Strict in production environment

parent a7b57b2c
...@@ -9,7 +9,7 @@ use Fcntl; ...@@ -9,7 +9,7 @@ use Fcntl;
use IO::File; use IO::File;
use File::stat qw(); use File::stat qw();
use Digest::MD5; use Digest::MD5;
use AnyEvent::Strict; # use AnyEvent::Strict; # only use this for debugging
use AnyEvent::Util qw(guard fh_nonblocking WSAEWOULDBLOCK WSAEINPROGRESS); use AnyEvent::Util qw(guard fh_nonblocking WSAEWOULDBLOCK WSAEINPROGRESS);
use AnyEvent::Handle; use AnyEvent::Handle;
use AnyEvent::TLS; use AnyEvent::TLS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment