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.6 by root, Sun Aug 9 16:08:16 2009 UTC vs.
Revision 1.7 by root, Mon Aug 10 01:37:19 2009 UTC

8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "AnyEvent::MP", 11 NAME => "AnyEvent::MP",
12 VERSION_FROM => "MP/Base.pm", 12 VERSION_FROM => "MP/Base.pm",
13 EXE_FILES => ["bin/aemp"],
13 PREREQ_PM => { 14 PREREQ_PM => {
14 AnyEvent => 4.92, 15 AnyEvent => 5.0,
15 Digest::MD6 => 0, 16 Digest::MD6 => 0,
16 Digest::HMAC_MD6 => 0, 17 Digest::HMAC_MD6 => 0,
17 MIME::Base64 => 3, 18 MIME::Base64 => 3,
18 JSON::XS => 2.24, 19 JSON::XS => 2.25,
19 common::sense => 0, 20 common::sense => 0,
20 }, 21 },
21}); 22});
22 23
23$mm->flush; 24$mm->flush;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines