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

Comparing AnyEvent-FastPing/Makefile.PL (file contents):
Revision 1.4 by root, Sat May 17 21:47:29 2008 UTC vs.
Revision 1.5 by root, Tue Feb 1 04:06:24 2011 UTC

7 PREOP => 'pod2text FastPing.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text FastPing.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 PREREQ_PM => { 11 PREREQ_PM => {
12 AnyEvent => 0, 12 AnyEvent => 0,
13 common::sense => 3.4,
13 }, 14 },
14 NAME => "AnyEvent::FastPing", 15 NAME => "AnyEvent::FastPing",
15 VERSION_FROM => "FastPing.pm", 16 VERSION_FROM => "FastPing.pm",
16 LIBS => ["-lpthread -lm"], 17 LIBS => ["-lpthread -lm"],
17 EXE_FILES => ["bin/fastping"], 18 EXE_FILES => ["bin/fastping"],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines