summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-31 23:34:28 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-04 18:25:43 +0200
commit120e7b432a79e36f8081274216233438599061c3 (patch)
tree32fb515693ebf716d4e07cfc871e8c529d7f8f92
parentdfc9f2c2562905cfa8646be92780e19342ad5256 (diff)
downloadbugzilla-120e7b432a79e36f8081274216233438599061c3.tar.gz
bugzilla-120e7b432a79e36f8081274216233438599061c3.tar.xz
with EV
-rwxr-xr-xMakefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9025e57d0..3cd1dabba 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -85,6 +85,7 @@ my %requires = (
'URI' => '1.55',
'URI::Escape::XS' => '0.14',
'version' => '0.87',
+ 'EV' => 4.0
);
my %build_requires = ( 'ExtUtils::MakeMaker' => '7.22', );
@@ -96,7 +97,7 @@ my %test_requires = (
'Test::Perl::Critic::Progressive' => 0,
'Perl::Critic::Freenode' => 0,
);
-my %recommends = ( Safe => '2.30', EV => 4.0 );
+my %recommends = ( Safe => '2.30',);
# Windows requires some additional modules.
if ( $OSNAME eq 'MSWin32' ) {