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

Comparing Coro/Makefile.PL (file contents):
Revision 1.64 by root, Fri Apr 1 17:19:52 2011 UTC vs.
Revision 1.65 by root, Sat Jun 11 13:01:26 2011 UTC

42if (eval { require EV }) { 42if (eval { require EV }) {
43 if ($EV::VERSION < 3.3) { 43 if ($EV::VERSION < 3.3) {
44 print <<EOF 44 print <<EOF
45 45
46*** 46***
47*** WARNING: Event 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 3.3. 49*** This version is ABI-incompatible with Coro, please upgrade to at least 3.3.
50*** 50***
51 51
52EOF 52EOF
106 }, 106 },
107 PM => { 107 PM => {
108 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 108 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
109 109
110 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm', 110 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm',
111 'Coro/jit-amd64-unix.pl' => '$(INST_LIBDIR)/Coro/jit-amd64-unix.pl',
111 112
112 'Coro/MakeMaker.pm' => '$(INST_LIBDIR)/Coro/MakeMaker.pm', 113 'Coro/MakeMaker.pm' => '$(INST_LIBDIR)/Coro/MakeMaker.pm',
113 'Coro/CoroAPI.h' => '$(INST_LIBDIR)/Coro/CoroAPI.h', 114 'Coro/CoroAPI.h' => '$(INST_LIBDIR)/Coro/CoroAPI.h',
114 115
115# 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm', 116# 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines