summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
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-07-31 23:34:28 +0200
commit3799738a90da6d5209b0ec4093a5e13252d3768f (patch)
tree406357452cca9bf63cf5756f51e8891d957f3fb4 /Makefile.PL
parenta30300b2015ac6f9681d558ae45d777e922f6a2e (diff)
downloadbugzilla-3799738a90da6d5209b0ec4093a5e13252d3768f.tar.gz
bugzilla-3799738a90da6d5209b0ec4093a5e13252d3768f.tar.xz
with EV
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ba8aa021c..b086c4061 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' ) {