summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-31 23:28:22 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-04 18:25:43 +0200
commitdfc9f2c2562905cfa8646be92780e19342ad5256 (patch)
treeb0739637d413c4e5576a90ef3d5a58f38f7b31a2 /Makefile.PL
parent5d247f15c8c38b8e155be2cb3ddf730cbb1411f3 (diff)
downloadbugzilla-dfc9f2c2562905cfa8646be92780e19342ad5256.tar.gz
bugzilla-dfc9f2c2562905cfa8646be92780e19342ad5256.tar.xz
Add EV
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
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' ) {