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

Comparing AnyEvent-Fork/Makefile.PL (file contents):
Revision 1.1 by root, Sun Mar 31 03:21:27 2013 UTC vs.
Revision 1.3 by root, Fri Apr 5 08:56:36 2013 UTC

2 2
3use 5.008; 3use 5.008;
4 4
5WriteMakefile( 5WriteMakefile(
6 dist => { 6 dist => {
7 PREOP => 'pod2text ProcessPool.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text Fork.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::ProcessPool", 11 NAME => "AnyEvent::Fork",
12 VERSION_FROM => "ProcessPool/Util.pm", 12 VERSION_FROM => "Fork.pm",
13 PREREQ_PM => { 13 PREREQ_PM => {
14 common::sense => 3.6,
14 Proc::FastSpawn => 0.1, 15 Proc::FastSpawn => 0.1,
16 IO::FDPass => 0.2,
15 AnyEvent => 6, 17 AnyEvent => 6,
16 common::sense => 3.6,
17 }, 18 },
18); 19);
19 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines