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

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.5 by root, Tue Aug 16 22:22:18 2005 UTC vs.
Revision 1.6 by root, Fri Aug 19 01:07:27 2005 UTC

18idea, and I no longer care). 18idea, and I no longer care).
19 19
20EOF 20EOF
21} 21}
22 22
23autoconf::run_script(); 23autoconf::run_script()
24 and die "\nconfigure failed, check it's output above and autoconf/config.log\n\n";
24 25
25my $mm = MM->new({ 26my $mm = MM->new({
26 dist => { 27 dist => {
27 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 28 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
28 COMPRESS => 'gzip -9v', 29 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines