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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.42 by root, Tue Jun 16 03:04:26 2015 UTC vs.
Revision 1.43 by root, Thu Jul 16 12:48:38 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 3# AnyEvent perl event loop seems to work with 5.6, other modules not
4
5eval 'use Canary::Stability AnyEvent => 1'; 4eval 'use Canary::Stability AnyEvent => 1, 5.008001';
6 5
7print <<EOF; 6print <<EOF;
8 7
9*** 8***
10*** The EV module is recommended for even better performance, unless you 9*** The EV module is recommended for even better performance, unless you
37 VERSION_FROM => "lib/AnyEvent.pm", 36 VERSION_FROM => "lib/AnyEvent.pm",
38 PMLIBDIRS => ["lib"], 37 PMLIBDIRS => ["lib"],
39# PREREQ_PM => { 38# PREREQ_PM => {
40# Task::Weaken => 0, 39# Task::Weaken => 0,
41# }, 40# },
42 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 0 }, 41 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 },
43 META_MERGE => { 42 META_MERGE => {
44 recommends => { 43 recommends => {
45 "Task::Weaken" => 0, 44 "Task::Weaken" => 0,
46 "Net::SSLeay" => 1.33, 45 "Net::SSLeay" => 1.33,
47 "JSON" => 2.09, 46 "JSON" => 2.09,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines