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.2 by root, Fri May 4 15:33:56 2007 UTC vs.
Revision 1.3 by root, Sun Apr 27 15:43:51 2008 UTC

2 2
3use 5.008; 3use 5.008;
4 4
5WriteMakefile( 5WriteMakefile(
6 dist => { 6 dist => {
7 PREOP => 'pod2text FPing.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 }, 13 },
14 NAME => "Net::FPing", 14 NAME => "AnyEvent::FastPing",
15 VERSION_FROM => "FPing.pm", 15 VERSION_FROM => "FastPing.pm",
16 LIBS => ["-lpthread"], 16 LIBS => ["-lpthread"],
17 EXE_FILES => ["bin/net-fping"], 17 EXE_FILES => ["bin/fastping"],
18); 18);
19 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines