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

15*** 15***
16 16
17EOF 17EOF
18} 18}
19 19
20$EVENT = eval { require Event };
21
20WriteMakefile( 22WriteMakefile(
21 dist => { 23 dist => {
22 PREOP => 'pod2text Coro.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 24 PREOP => 'pod2text Coro.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
23 COMPRESS => 'gzip -9v', 25 COMPRESS => 'gzip -9v',
24 SUFFIX => '.gz', 26 SUFFIX => '.gz',
25 }, 27 },
26 NAME => "Coro", 28 NAME => "Coro",
27 VERSION_FROM => "Coro.pm", 29 VERSION_FROM => "Coro.pm",
28 DIR => ['Coro'], 30 DIR => ['Coro', ($EVENT ? 'Event' : ())],
29 PM_PREREQ => { 31 PREREQ_PM => {
30 Event => 0.84, # yes, 0.83 and below have serious bugs 32 Event => 0.83, # still, 0.83 and below have serious bugs(!)
33 Scalar::Util => 0.00,
31 }, 34 },
35 PM => {
36 'Coro.pm' => '$(INST_LIBDIR)/Coro.pm',
37 },
32); 38);
33 39
34sub MY::postamble { 40sub MY::postamble {
35 <<EOF; 41 <<EOF;
36 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines