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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.27 by root, Sun Feb 21 09:28:18 2010 UTC vs.
Revision 1.28 by root, Fri Mar 12 23:30:06 2010 UTC

29 }, 29 },
30 test => { TESTS => "t/*.t t/handle/*.t" }, 30 test => { TESTS => "t/*.t t/handle/*.t" },
31 NAME => "AnyEvent", 31 NAME => "AnyEvent",
32 VERSION_FROM => "lib/AnyEvent.pm", 32 VERSION_FROM => "lib/AnyEvent.pm",
33 PL_FILES => { "constants.pl.PL" => "constants.pl" }, 33 PL_FILES => { "constants.pl.PL" => "constants.pl" },
34 clean => { FILES => "constans.pl.pm" }, 34 clean => { FILES => "constants.pl" },
35 PMLIBDIRS => ["lib"], 35 PMLIBDIRS => ["lib"],
36 META_MERGE => { 36 META_MERGE => {
37 recommends => { 37 recommends => {
38 "Net::SSLeay" => 1.33, 38 "Net::SSLeay" => 1.33,
39 "JSON" => 2.09, 39 "JSON" => 2.09,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines