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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.9 by elmex, Sun Apr 27 16:56:17 2008 UTC vs.
Revision 1.10 by root, Mon May 26 21:37:43 2008 UTC

18 SUFFIX => '.gz', 18 SUFFIX => '.gz',
19 }, 19 },
20 test => { TESTS => "t/*.t t/handle/*.t" }, 20 test => { TESTS => "t/*.t t/handle/*.t" },
21 NAME => "AnyEvent", 21 NAME => "AnyEvent",
22 VERSION_FROM => "lib/AnyEvent.pm", 22 VERSION_FROM => "lib/AnyEvent.pm",
23 EXTRA_META => q{
24recommends:
25 Net::SSLeay: 0
26 JSON: 2
27 JSON::XS 2.01
28 EV: 4.05
29 },
23); 30);
24 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines