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

Comparing Coro/Makefile.PL (file contents):
Revision 1.68 by root, Wed Oct 31 16:19:09 2012 UTC vs.
Revision 1.70 by root, Fri Feb 8 22:29:18 2013 UTC

19 19
20if (eval { require Event }) { 20if (eval { require Event }) {
21 if ($Event::VERSION < 0.86 or $Event::VERSION == 0.88) { 21 if ($Event::VERSION < 0.86 or $Event::VERSION == 0.88) {
22 print <<EOF 22 print <<EOF
23 23
24*** 24***
25*** WARNING: Event version $Event::VERSION found, NOT building Event support. 25*** WARNING: Event version $Event::VERSION found, NOT building Event support.
26*** 26***
27*** This version of Event is broken. The only currently known non-broken 27*** This version of Event is broken. The only currently known non-broken
28*** versions of Event are 0.87 and 0.89+. Please install one of those 28*** versions of Event are 0.87 and 0.89+. Please install one of those
29*** versions. 29*** versions.
41 41
42if (eval { require EV }) { 42if (eval { require EV }) {
43 if ($EV::VERSION < 4.0) { 43 if ($EV::VERSION < 4.0) {
44 print <<EOF 44 print <<EOF
45 45
46*** 46***
47*** WARNING: EV version $EV::VERSION found, NOT building EV support. 47*** WARNING: EV version $EV::VERSION found, NOT building EV support.
48*** 48***
49*** This version is ABI-incompatible with Coro, please upgrade to at least 4.0. 49*** This version is ABI-incompatible with Coro, please upgrade to at least 4.0.
50*** 50***
51 51
71 PREREQ_PM => { 71 PREREQ_PM => {
72 common::sense => 0, 72 common::sense => 0,
73 Scalar::Util => 0.00, 73 Scalar::Util => 0.00,
74 AnyEvent => 5.0, 74 AnyEvent => 5.0,
75 Storable => 2.15, 75 Storable => 2.15,
76 Time::HiRes => 0,
77 Guard => 0.5, 76 Guard => 0.5,
78 77
79 # for Coro::Event 78 # for Coro::Event
80 #Event => 1.06, 79 #Event => 1.06,
81 80

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines