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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.36 by root, Tue Aug 16 14:47:26 2011 UTC vs.
Revision 1.37 by root, Sat Aug 20 15:57:35 2011 UTC

32 }, 32 },
33 test => { TESTS => "t/*.t t/handle/*.t" }, 33 test => { TESTS => "t/*.t t/handle/*.t" },
34 NAME => "AnyEvent", 34 NAME => "AnyEvent",
35 VERSION_FROM => "lib/AnyEvent.pm", 35 VERSION_FROM => "lib/AnyEvent.pm",
36 PMLIBDIRS => ["lib"], 36 PMLIBDIRS => ["lib"],
37# PREREQ_PM => {
38# Task::Weaken => 0,
39# },
37 META_MERGE => { 40 META_MERGE => {
38 recommends => { 41 recommends => {
42 "Task::Weaken" => 0,
39 "Net::SSLeay" => 1.33, 43 "Net::SSLeay" => 1.33,
40 "JSON" => 2.09, 44 "JSON" => 2.09,
41 "JSON::XS" => 2.2, 45 "JSON::XS" => 2.2,
42 "EV" => 4.00, 46 "EV" => 4.00,
43 "Guard" => 1.02, 47 "Guard" => 1.02,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines