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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.43 by root, Thu Jul 16 12:48:38 2015 UTC vs.
Revision 1.44 by root, Sat Feb 4 03:49:36 2017 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines