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.9 by root, Wed Aug 12 21:39:58 2009 UTC vs.
Revision 1.10 by root, Fri Aug 14 03:27:59 2009 UTC

10 }, 10 },
11 NAME => "AnyEvent::MP", 11 NAME => "AnyEvent::MP",
12 VERSION_FROM => "MP/Kernel.pm", 12 VERSION_FROM => "MP/Kernel.pm",
13 EXE_FILES => ["bin/aemp"], 13 EXE_FILES => ["bin/aemp"],
14 PREREQ_PM => { 14 PREREQ_PM => {
15 AnyEvent => 5.11, 15 AnyEvent => 5.11,
16 AnyEvent::Watchdog => 0.1,
16 Digest::MD6 => 0, 17 Digest::MD6 => 0,
17 Digest::HMAC_MD6 => 0, 18 Digest::HMAC_MD6 => 0,
18 MIME::Base64 => 3, 19 MIME::Base64 => 3,
19 JSON::XS => 2.25, 20 JSON::XS => 2.25,
20 common::sense => 0, 21 common::sense => 0,
21 }, 22 },
22}); 23});
23 24
24$mm->flush; 25$mm->flush;
25 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines