Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
die if EV is used together with ithreads
  • Loading branch information
kraih committed Sep 29, 2012
1 parent 9e92536 commit 04d808f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.44 2012-09-27
3.44 2012-09-29
- Improved html_escape to favor lower case entities. (judofyr)
- Improved javascript and stylesheet helpers to not generate type
attributes.
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/Reactor/EV.pm
Expand Up @@ -6,6 +6,8 @@ use Scalar::Util 'weaken';

my $EV;

sub CLONE { die "EV does not work with ithreads.\n" }

sub DESTROY { undef $EV }

# We have to fall back to Mojo::Reactor::Poll, since EV is unique
Expand Down

0 comments on commit 04d808f

Please sign in to comment.