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

Comparing Coro/Makefile.PL (file contents):
Revision 1.4 by root, Sat Jul 21 18:21:45 2001 UTC vs.
Revision 1.5 by root, Tue Jul 24 19:52:55 2001 UTC

16 16
17EOF 17EOF
18} 18}
19 19
20WriteMakefile( 20WriteMakefile(
21 dist => { 21 dist => {
22 PREOP => 'pod2text Coro.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 22 PREOP => 'pod2text Coro.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
23 COMPRESS => 'gzip -9v', 23 COMPRESS => 'gzip -9v',
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 => {
30 Event => 0.84, # yes, 0.83 and below have serious bugs
31 },
29); 32);
30 33
31sub MY::postamble { 34sub MY::postamble {
32 <<EOF; 35 <<EOF;
33 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines