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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.30 by root, Thu Oct 28 04:56:39 2010 UTC vs.
Revision 1.31 by root, Mon Nov 22 06:32:18 2010 UTC

20*** 20***
21 21
22EOF 22EOF
23 23
24do "constants.pl.PL" 24do "constants.pl.PL"
25 or die "cannot execute constants.pl.PL"; 25 or die "cannot execute constants.pl.PL: $@";
26 26
27WriteMakefile( 27WriteMakefile(
28 dist => { 28 dist => {
29 PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 29 PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
30 COMPRESS => 'gzip -9v', 30 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines