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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.23 by root, Sat Jul 18 05:47:44 2009 UTC vs.
Revision 1.25 by root, Tue Jul 28 12:56:17 2009 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.008; # AnyEvent perl event loop seems to work with 5.6, other modules not 3use 5.008001; # AnyEvent perl event loop seems to work with 5.6, other modules not
4 4
5print <<EOF; 5print <<EOF;
6 6
7*** 7***
8*** The EV module is recommended for even better performance, unless you 8*** The EV module is recommended for even better performance, unless you
35 "Net::SSLeay" => 1.33, 35 "Net::SSLeay" => 1.33,
36 "JSON" => 2.09, 36 "JSON" => 2.09,
37 "JSON::XS" => 2.2, 37 "JSON::XS" => 2.2,
38 "EV" => 3.05, 38 "EV" => 3.05,
39 "Guard" => 1.02, 39 "Guard" => 1.02,
40 "Async::Interrupt" => 0.6, 40 "Async::Interrupt" => 1.0,
41 } 41 }
42 }, 42 },
43); 43);
44 44
45sub MY::postamble { 45sub MY::postamble {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines