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.10 by root, Sun Nov 25 20:04:04 2001 UTC

27 }, 27 },
28 NAME => "Coro", 28 NAME => "Coro",
29 VERSION_FROM => "Coro.pm", 29 VERSION_FROM => "Coro.pm",
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 Scalar::Util => 0.00,
33 }, 34 },
34 PM => { 35 PM => {
35 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm', 36 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
36 }, 37 },
37); 38);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines