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

Comparing Coro/Makefile.PL (file contents):
Revision 1.21 by root, Mon Dec 26 18:48:11 2005 UTC vs.
Revision 1.32 by root, Wed Oct 3 01:48:06 2007 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
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 => {
52 Scalar::Util => 0.00, 51 Scalar::Util => 0.00,
52 AnyEvent => 2.51,
53 Storable => 2.15,
53 54
54 # for Coro::Event 55 # for Coro::Event
55 Event => 0.86, 56 Event => 1.06,
57 Time::HiRes => 0,
56 58
57 # for Coro::AIO 59 # for Coro::AIO
58 IO::AIO => 1.6, 60 IO::AIO => 2.3,
59 AnyEvent => 0,
60 }, 61 },
61 PM => { 62 PM => {
62 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 63 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
63 64
64 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm', 65 'Coro/State.pm' => '$(INST_LIBDIR)/Coro/State.pm',
65 66
66 'Coro/MakeMaker.pm' => '$(INST_LIBDIR)/Coro/MakeMaker.pm', 67 'Coro/MakeMaker.pm' => '$(INST_LIBDIR)/Coro/MakeMaker.pm',
67 'Coro/CoroAPI.h' => '$(INST_LIBDIR)/Coro/CoroAPI.h', 68 'Coro/CoroAPI.h' => '$(INST_LIBDIR)/Coro/CoroAPI.h',
68 69
69 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm', 70# 'Coro/Cont.pm' => '$(INST_LIBDIR)/Coro/Cont.pm',
70 71
71 'Coro/Specific.pm' => '$(INST_LIBDIR)/Coro/Specific.pm', 72 'Coro/Specific.pm' => '$(INST_LIBDIR)/Coro/Specific.pm',
72 73
73 'Coro/Timer.pm' => '$(INST_LIBDIR)/Coro/Timer.pm', 74 'Coro/Timer.pm' => '$(INST_LIBDIR)/Coro/Timer.pm',
74 'Coro/Signal.pm' => '$(INST_LIBDIR)/Coro/Signal.pm', 75 'Coro/Signal.pm' => '$(INST_LIBDIR)/Coro/Signal.pm',
75 'Coro/Channel.pm' => '$(INST_LIBDIR)/Coro/Channel.pm', 76 'Coro/Channel.pm' => '$(INST_LIBDIR)/Coro/Channel.pm',
76 'Coro/Semaphore.pm' => '$(INST_LIBDIR)/Coro/Semaphore.pm', 77 'Coro/Semaphore.pm' => '$(INST_LIBDIR)/Coro/Semaphore.pm',
77 'Coro/SemaphoreSet.pm'=> '$(INST_LIBDIR)/Coro/SemaphoreSet.pm', 78 'Coro/SemaphoreSet.pm'=> '$(INST_LIBDIR)/Coro/SemaphoreSet.pm',
78 'Coro/RWLock.pm' => '$(INST_LIBDIR)/Coro/RWLock.pm', 79 'Coro/RWLock.pm' => '$(INST_LIBDIR)/Coro/RWLock.pm',
79 80
81 'Coro/Debug.pm' => '$(INST_LIBDIR)/Coro/Debug.pm',
82 'Coro/Util.pm' => '$(INST_LIBDIR)/Coro/Util.pm',
83 'Coro/Select.pm' => '$(INST_LIBDIR)/Coro/Select.pm',
84 'Coro/Handle.pm' => '$(INST_LIBDIR)/Coro/Handle.pm',
85 'Coro/Socket.pm' => '$(INST_LIBDIR)/Coro/Socket.pm',
86
80 'Coro/AIO.pm' => '$(INST_LIBDIR)/Coro/AIO.pm', 87 'Coro/AIO.pm' => '$(INST_LIBDIR)/Coro/AIO.pm',
88 'Coro/LWP.pm' => '$(INST_LIBDIR)/Coro/LWP.pm',
89 'Coro/Storable.pm' => '$(INST_LIBDIR)/Coro/Storable.pm',
81 }, 90 },
82); 91);
83 92
84sub MY::postamble { 93sub MY::postamble {
85 <<EOF; 94 <<EOF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines