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.22 by root, Sat Nov 4 01:31:57 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
52 Scalar::Util => 0.00, 51 Scalar::Util => 0.00,
53 52
54 # for Coro::Event 53 # for Coro::Event
55 Event => 0.86, 54 Event => 0.86,
56 55
57 # for Coro::AIO 56 # for Coro::AIO, Coro::Util
58 IO::AIO => 1.6, 57 IO::AIO => 1.6,
59 AnyEvent => 0, 58 AnyEvent => 0,
60 }, 59 },
61 PM => { 60 PM => {
62 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 61 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
76 'Coro/Semaphore.pm' => '$(INST_LIBDIR)/Coro/Semaphore.pm', 75 'Coro/Semaphore.pm' => '$(INST_LIBDIR)/Coro/Semaphore.pm',
77 'Coro/SemaphoreSet.pm'=> '$(INST_LIBDIR)/Coro/SemaphoreSet.pm', 76 'Coro/SemaphoreSet.pm'=> '$(INST_LIBDIR)/Coro/SemaphoreSet.pm',
78 'Coro/RWLock.pm' => '$(INST_LIBDIR)/Coro/RWLock.pm', 77 'Coro/RWLock.pm' => '$(INST_LIBDIR)/Coro/RWLock.pm',
79 78
80 'Coro/AIO.pm' => '$(INST_LIBDIR)/Coro/AIO.pm', 79 'Coro/AIO.pm' => '$(INST_LIBDIR)/Coro/AIO.pm',
80 'Coro/Util.pm' => '$(INST_LIBDIR)/Coro/Util.pm',
81 }, 81 },
82); 82);
83 83
84sub MY::postamble { 84sub MY::postamble {
85 <<EOF; 85 <<EOF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines