Skip to content

Commit

Permalink
fixed Mojo::Reactor::EV to work with Morbo on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 29, 2012
1 parent 04d808f commit e5834eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -5,6 +5,7 @@
attributes.
- Improved documentation.
- Improved tests.
- Fixed Mojo::Reactor::EV to work with Morbo on Windows.

3.43 2012-09-22
- Updated jQuery to version 1.8.2.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Reactor/EV.pm
Expand Up @@ -6,7 +6,8 @@ use Scalar::Util 'weaken';

my $EV;

sub CLONE { die "EV does not work with ithreads.\n" }
# Make EV work with ithreads
sub CLONE {EV::loop_fork}

sub DESTROY { undef $EV }

Expand Down

0 comments on commit e5834eb

Please sign in to comment.