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

Comparing Coro/Makefile.PL (file contents):
Revision 1.9 by root, Sat Aug 25 15:35:56 2001 UTC vs.
Revision 1.11 by root, Mon Dec 31 20:46:53 2001 UTC

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.8,
9*** 5.7 and 5.6, it has not been tested with older versions. If it 9*** 5.7 and 5.6, it has not been tested with older versions. If it
10*** compiles and passes the testsuite, it should work. Otherwise you 10*** compiles and passes the testsuite, it should work. Otherwise you
11*** should either upgrade or contact the author, maybe it can be made to 11*** should either upgrade or fix it ;)
12*** work...
13*** 12***
14*** Marc Lehmann <pcg\@goof.com> 13*** Marc Lehmann <pcg\@goof.com>
15*** 14***
16 15
17EOF 16EOF
27 }, 26 },
28 NAME => "Coro", 27 NAME => "Coro",
29 VERSION_FROM => "Coro.pm", 28 VERSION_FROM => "Coro.pm",
30 DIR => ['Coro', ($EVENT ? 'Event' : ())], 29 DIR => ['Coro', ($EVENT ? 'Event' : ())],
31 PREREQ_PM => { 30 PREREQ_PM => {
32 Event => 0.83, # still, 0.83 and below have serious bugs(!) 31 Event => 0.83, # still, 0.83 and below have serious bugs(!)
32 Scalar::Util => 0.00,
33 }, 33 },
34 PM => { 34 PM => {
35 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 35 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
36 }, 36 },
37); 37);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines