diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-31 23:34:28 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-20 23:52:51 +0200 |
commit | 89c9292f1a9c387a2446e89826f82ed91bffdb94 (patch) | |
tree | 6940d4ea3a0d25bef783829d9de9b29dbb39cbe4 | |
parent | 1e23da22892c016218a3e52ee34653be15a77f2b (diff) | |
download | bugzilla-89c9292f1a9c387a2446e89826f82ed91bffdb94.tar.gz bugzilla-89c9292f1a9c387a2446e89826f82ed91bffdb94.tar.xz |
with EV
-rwxr-xr-x | Makefile.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 03f5c4183..0570aac1d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -86,6 +86,7 @@ my %requires = ( 'URI' => '1.55', 'URI::Escape::XS' => '0.14', 'version' => '0.87', + 'EV' => 4.0 ); my %build_requires = ( 'ExtUtils::MakeMaker' => '7.22', ); @@ -98,7 +99,7 @@ my %test_requires = ( 'Perl::Critic::Freenode' => 0, 'Capture::Tiny' => 0, ); -my %recommends = ( Safe => '2.30', EV => 4.0 ); +my %recommends = ( Safe => '2.30',); # Windows requires some additional modules. if ( $OSNAME eq 'MSWin32' ) { |