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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.29 by root, Sat Mar 13 00:08:08 2010 UTC vs.
Revision 1.31 by root, Mon Nov 22 06:32:18 2010 UTC

20*** 20***
21 21
22EOF 22EOF
23 23
24do "constants.pl.PL" 24do "constants.pl.PL"
25 or die "cannot execute constants.pl.PL"; 25 or die "cannot execute constants.pl.PL: $@";
26 26
27WriteMakefile( 27WriteMakefile(
28 dist => { 28 dist => {
29 PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 29 PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
30 COMPRESS => 'gzip -9v', 30 COMPRESS => 'gzip -9v',
37 META_MERGE => { 37 META_MERGE => {
38 recommends => { 38 recommends => {
39 "Net::SSLeay" => 1.33, 39 "Net::SSLeay" => 1.33,
40 "JSON" => 2.09, 40 "JSON" => 2.09,
41 "JSON::XS" => 2.2, 41 "JSON::XS" => 2.2,
42 "EV" => 3.05, 42 "EV" => 4.00,
43 "Guard" => 1.02, 43 "Guard" => 1.02,
44 "Async::Interrupt" => 1.0, 44 "Async::Interrupt" => 1.0,
45 } 45 }
46 }, 46 },
47); 47);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines