Skip to content
Snippets Groups Projects
Commit c7f5604f authored by Michael Gray's avatar Michael Gray
Browse files

t/protocol_ae.t: avoid exit hang on deskpro.

parent 4bac673e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ use warnings;
use AnyEvent::Impl::Perl; # (try to) ensure pure-perl loop is used
use AnyEvent;
use AnyEvent::Strict; # for testing, and because it avoids an undiagnosed hang on exit :(
use Test::More;
use Try::Tiny;
......
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