diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-31 23:28:22 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-04 18:25:43 +0200 |
commit | dfc9f2c2562905cfa8646be92780e19342ad5256 (patch) | |
tree | b0739637d413c4e5576a90ef3d5a58f38f7b31a2 | |
parent | 5d247f15c8c38b8e155be2cb3ddf730cbb1411f3 (diff) | |
download | bugzilla-dfc9f2c2562905cfa8646be92780e19342ad5256.tar.gz bugzilla-dfc9f2c2562905cfa8646be92780e19342ad5256.tar.xz |
Add EV
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 7ca6bebbd..9025e57d0 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -96,7 +96,7 @@ my %test_requires = ( 'Test::Perl::Critic::Progressive' => 0, 'Perl::Critic::Freenode' => 0, ); -my %recommends = ( Safe => '2.30' ); +my %recommends = ( Safe => '2.30', EV => 4.0 ); # Windows requires some additional modules. if ( $OSNAME eq 'MSWin32' ) { |