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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.1 by root, Wed Apr 27 01:26:44 2005 UTC vs.
Revision 1.2 by root, Wed Apr 27 01:27:21 2005 UTC

2 2
3use 5.006; 3use 5.006;
4 4
5WriteMakefile( 5WriteMakefile(
6 dist => { 6 dist => {
7 PREOP => 'pod2text MythTV/Backend.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "AnyEvent", 11 NAME => "AnyEvent",
12 VERSION_FROM => "lib/Event/Generic/Txn.pm", 12 VERSION_FROM => "lib/AnyEvent.pm",
13); 13);
14 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines