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

Comparing AnyEvent-Fork-RPC/Makefile.PL (file contents):
Revision 1.2 by root, Wed Apr 17 20:19:41 2013 UTC vs.
Revision 1.3 by root, Sun Apr 28 15:48:31 2013 UTC

8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "AnyEvent::Fork::RPC", 11 NAME => "AnyEvent::Fork::RPC",
12 VERSION_FROM => "RPC.pm", 12 VERSION_FROM => "RPC.pm",
13 TEST_REQUIRES => {
14 AnyEvent::Fork => 0.6,
15 },
13 PREREQ_PM => { 16 PREREQ_PM => {
14 common::sense => 3.6, 17 common::sense => 3.6,
15 AnyEvent => 6, 18 AnyEvent => 6,
16 AnyEvent::Fork => 0.6, # not _really_ a dependency, but pretty much really one
17 Guard => 1, 19 Guard => 1,
18 }, 20 },
19); 21);
20 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines