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

Comparing Coro/Makefile.PL (file contents):
Revision 1.19 by root, Tue Nov 29 12:36:18 2005 UTC vs.
Revision 1.23 by root, Sun Nov 5 02:18:05 2006 UTC

3if ($] < 5.006) { 3if ($] < 5.006) {
4 print <<EOF; 4 print <<EOF;
5 5
6*** 6***
7*** WARNING: This module is quite low-level and uses undocumented perl 7*** WARNING: This module is quite low-level and uses undocumented perl
8*** internals to do it's job. While it seems to work fine with perl-5.8, 8*** internals to do it's job. While it seems to work fine with perl-5.[6-9]
9*** 5.7 and 5.6, it has not been tested with older versions. If it 9*** it has not been tested with older versions. If it compiles and passes the
10*** compiles and passes the testsuite, it should work. Otherwise you 10*** testsuite, it should work. Otherwise you should either upgrade or fix it ;)
11*** should either upgrade or fix it ;)
12*** 11***
13*** Marc Lehmann <schmorp\@schmorp.de> 12*** Marc Lehmann <schmorp\@schmorp.de>
14*** 13***
15 14
16EOF 15EOF
22 21
23*** 22***
24*** WARNING: Event version $Event::VERSION found, NOT building Event support. 23*** WARNING: Event version $Event::VERSION found, NOT building Event support.
25*** 24***
26*** This version of Event is broken. The only currently known non-broken 25*** This version of Event is broken. The only currently known non-broken
27*** versions of Event are 0.87 and 0.89+. Please install one of these 26*** versions of Event are 0.87 and 0.89+. Please install one of those
28*** versions. 27*** versions.
29*** 28***
30 29
31EOF 30EOF
32 } else { 31 } else {
47 }, 46 },
48 NAME => "Coro", 47 NAME => "Coro",
49 VERSION_FROM => "Coro.pm", 48 VERSION_FROM => "Coro.pm",
50 DIR => ['Coro', ($EVENT ? 'Event' : ())], 49 DIR => ['Coro', ($EVENT ? 'Event' : ())],
51 PREREQ_PM => { 50 PREREQ_PM => {
51 Scalar::Util => 0.00,
52
53 # for Coro::Event
52 Event => 0.86, 54 Event => 0.86,
53 Scalar::Util => 0.00, 55
56 # for Coro::AIO, Coro::Util
57 IO::AIO => 1.6,
58 AnyEvent => 0,
54 }, 59 },
55 PM => { 60 PM => {
56 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 61 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
57 62
58 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm', 63 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm',
68 'Coro/Signal.pm' => '$(INST_LIBDIR)/Coro/Signal.pm', 73 'Coro/Signal.pm' => '$(INST_LIBDIR)/Coro/Signal.pm',
69 'Coro/Channel.pm' => '$(INST_LIBDIR)/Coro/Channel.pm', 74 'Coro/Channel.pm' => '$(INST_LIBDIR)/Coro/Channel.pm',
70 'Coro/Semaphore.pm' => '$(INST_LIBDIR)/Coro/Semaphore.pm', 75 'Coro/Semaphore.pm' => '$(INST_LIBDIR)/Coro/Semaphore.pm',
71 'Coro/SemaphoreSet.pm'=> '$(INST_LIBDIR)/Coro/SemaphoreSet.pm', 76 'Coro/SemaphoreSet.pm'=> '$(INST_LIBDIR)/Coro/SemaphoreSet.pm',
72 'Coro/RWLock.pm' => '$(INST_LIBDIR)/Coro/RWLock.pm', 77 'Coro/RWLock.pm' => '$(INST_LIBDIR)/Coro/RWLock.pm',
78
79 'Coro/AIO.pm' => '$(INST_LIBDIR)/Coro/AIO.pm',
80 'Coro/LWP.pm' => '$(INST_LIBDIR)/Coro/LWP.pm',
81 'Coro/Util.pm' => '$(INST_LIBDIR)/Coro/Util.pm',
73 }, 82 },
74); 83);
75 84
76sub MY::postamble { 85sub MY::postamble {
77 <<EOF; 86 <<EOF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines