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.69 by root, Wed Dec 5 01:09:12 2012 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines