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

Comparing Coro/Makefile.PL (file contents):
Revision 1.8 by root, Thu Aug 16 22:09:12 2001 UTC vs.
Revision 1.9 by root, Sat Aug 25 15:35:56 2001 UTC

30 DIR => ['Coro', ($EVENT ? 'Event' : ())], 30 DIR => ['Coro', ($EVENT ? 'Event' : ())],
31 PREREQ_PM => { 31 PREREQ_PM => {
32 Event => 0.83, # still, 0.83 and below have serious bugs(!) 32 Event => 0.83, # still, 0.83 and below have serious bugs(!)
33 }, 33 },
34 PM => { 34 PM => {
35 'Coro.pm' => '$(INST_LIBDIR)/Coro/Coro.pm', 35 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
36 }, 36 },
37); 37);
38 38
39sub MY::postamble { 39sub MY::postamble {
40 <<EOF; 40 <<EOF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines