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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.41 by root, Thu Aug 28 15:17:57 2014 UTC vs.
Revision 1.42 by root, Tue Jun 16 03:04:26 2015 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.008001; # 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
5eval 'use Canary::Stability AnyEvent => 1';
4 6
5print <<EOF; 7print <<EOF;
6 8
7*** 9***
8*** The EV module is recommended for even better performance, unless you 10*** The EV module is recommended for even better performance, unless you
35 VERSION_FROM => "lib/AnyEvent.pm", 37 VERSION_FROM => "lib/AnyEvent.pm",
36 PMLIBDIRS => ["lib"], 38 PMLIBDIRS => ["lib"],
37# PREREQ_PM => { 39# PREREQ_PM => {
38# Task::Weaken => 0, 40# Task::Weaken => 0,
39# }, 41# },
42 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 },
40 META_MERGE => { 43 META_MERGE => {
41 recommends => { 44 recommends => {
42 "Task::Weaken" => 0, 45 "Task::Weaken" => 0,
43 "Net::SSLeay" => 1.33, 46 "Net::SSLeay" => 1.33,
44 "JSON" => 2.09, 47 "JSON" => 2.09,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines