diff options
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 568bce2f3..03f5c4183 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -98,7 +98,7 @@ my %test_requires = ( 'Perl::Critic::Freenode' => 0, 'Capture::Tiny' => 0, ); -my %recommends = ( Safe => '2.30' ); +my %recommends = ( Safe => '2.30', EV => 4.0 ); # Windows requires some additional modules. if ( $OSNAME eq 'MSWin32' ) { |