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

Comparing Coro/Makefile.PL (file contents):
Revision 1.5 by root, Tue Jul 24 19:52:55 2001 UTC vs.
Revision 1.6 by root, Wed Jul 25 04:14:37 2001 UTC

24 SUFFIX => '.gz', 24 SUFFIX => '.gz',
25 }, 25 },
26 NAME => "Coro", 26 NAME => "Coro",
27 VERSION_FROM => "Coro.pm", 27 VERSION_FROM => "Coro.pm",
28 DIR => ['Coro'], 28 DIR => ['Coro'],
29 PM_PREREQ => { 29 PREREQ_PM => {
30 Event => 0.84, # yes, 0.83 and below have serious bugs 30 Event => 0.84, # yes, 0.83 and below have serious bugs
31 }, 31 },
32); 32);
33 33
34sub MY::postamble { 34sub MY::postamble {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines