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

Comparing AnyEvent-HTTP/Makefile.PL (file contents):
Revision 1.10 by root, Tue Jan 11 04:45:25 2011 UTC vs.
Revision 1.13 by root, Sun Jun 8 23:33:28 2014 UTC

7 SUFFIX => '.gz', 7 SUFFIX => '.gz',
8 }, 8 },
9 NAME => "AnyEvent::HTTP", 9 NAME => "AnyEvent::HTTP",
10 VERSION_FROM => "HTTP.pm", 10 VERSION_FROM => "HTTP.pm",
11 PREREQ_PM => { 11 PREREQ_PM => {
12 AnyEvent => 5.0, 12 AnyEvent => 5.33,
13 common.:sense => 3.3, 13 common::sense => 3.3,
14 },
15 META_MERGE => {
16 recommends => {
17 URI => 0,
18 },
14 }, 19 },
15}); 20});
16 21
17$mm->flush; 22$mm->flush;
18 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines