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

Comparing Coro/Makefile.PL (file contents):
Revision 1.62 by root, Thu Aug 20 21:51:26 2009 UTC vs.
Revision 1.63 by root, Sat Aug 22 22:36:23 2009 UTC

14EOF 14EOF
15 exit 1; 15 exit 1;
16} 16}
17 17
18print "*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\n\n"; 18print "*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\n\n";
19
20if ($] < 5.006) {
21 print <<EOF;
22
23***
24*** WARNING: This module is quite low-level and uses undocumented perl
25*** internals to do it's job. While it seems to work fine with perl-5.[6-10]
26*** it has not been tested with older versions. If it compiles and passes the
27*** testsuite, it should work. Otherwise you should either upgrade or fix it ;)
28***
29*** Marc Lehmann <schmorp\@schmorp.de>
30***
31
32EOF
33}
34 19
35if (eval { require Event }) { 20if (eval { require Event }) {
36 if ($Event::VERSION < 0.86 or $Event::VERSION == 0.88) { 21 if ($Event::VERSION < 0.86 or $Event::VERSION == 0.88) {
37 print <<EOF 22 print <<EOF
38 23
84 VERSION_FROM => "Coro.pm", 69 VERSION_FROM => "Coro.pm",
85 DIR => ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())], 70 DIR => ['Coro', ($EVENT ? 'Event' : ()), ($EV ? "EV" : ())],
86 PREREQ_PM => { 71 PREREQ_PM => {
87 common::sense => 0, 72 common::sense => 0,
88 Scalar::Util => 0.00, 73 Scalar::Util => 0.00,
89 AnyEvent => 4.81, 74 AnyEvent => 5.0,
90 Storable => 2.15, 75 Storable => 2.15,
91 Time::HiRes => 0, 76 Time::HiRes => 0,
92 Guard => 0.5, 77 Guard => 0.5,
93 78
94 # for Coro::Event 79 # for Coro::Event

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines