ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/Makefile.PL
(Generate patch)

Comparing AnyEvent-MP/Makefile.PL (file contents):
Revision 1.16 by root, Fri Mar 2 19:19:21 2012 UTC vs.
Revision 1.21 by root, Sun Aug 28 15:38:42 2016 UTC

12 VERSION_FROM => "MP/Config.pm", 12 VERSION_FROM => "MP/Config.pm",
13 EXE_FILES => ["bin/aemp"], 13 EXE_FILES => ["bin/aemp"],
14 PREREQ_PM => { 14 PREREQ_PM => {
15 AnyEvent => 6.14, 15 AnyEvent => 6.14,
16 AnyEvent::Watchdog => 1.0, 16 AnyEvent::Watchdog => 1.0,
17 Digest::SHA3 => 0.24,
17 Digest::MD6 => 0, 18 Digest::HMAC => 1.03,
18 Digest::HMAC_MD6 => 0, # requires Module::Build, which fails on 5.8.7 :/
19 MIME::Base64 => 3, 19 MIME::Base64 => 3,
20 JSON::XS => 2.25, 20 JSON::XS => 2.25,
21 Net::Interface => 1.011, 21 CBOR::XS => 1.5,
22 Guard => 1.022,
22 common::sense => 0, 23 common::sense => 0,
24 Task::Weaken => 0,
25 },
26 META_MERGE => {
27 recommends => {
28 Net::Interface => 1.011,
29 }
23 }, 30 },
24}); 31});
25 32
26$mm->flush; 33$mm->flush;
27 34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines