summaryrefslogtreecommitdiffstats
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-20 23:52:51 +0200
commit1e23da22892c016218a3e52ee34653be15a77f2b (patch)
tree6bce27faa98232c0fbf09cbfa49d40979fc8d330
parent2112e905d869d7e7d204eca5c1aeca2a4762775b (diff)
downloadbugzilla-1e23da22892c016218a3e52ee34653be15a77f2b.tar.gz
bugzilla-1e23da22892c016218a3e52ee34653be15a77f2b.tar.xz
Add EV
-rwxr-xr-xMakefile.PL2
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' ) {