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

Comparing EV-ADNS/Makefile.PL (file contents):
Revision 1.3 by root, Sat Dec 8 15:30:20 2007 UTC vs.
Revision 1.6 by root, Sat Dec 22 16:51:53 2007 UTC

5 5
6*** 6***
7*** This is an interface to the asynchronous dns resolver library, libadns 7*** This is an interface to the asynchronous dns resolver library, libadns
8*** You need to have it installed before using this module. 8*** You need to have it installed before using this module.
9*** 9***
10*** For debian/ubuntu, this would get you there: apt-get install libadns1-dev 10*** This module has only been tested with adns-1.4, earlier versions might
11*** work, but are not supported (upgrading is highly recommended due to
12*** the many bugs in earlier versions).
13***
14*** For Debian GNU/Linux and Ubuntu, this would get you there:
15*** apt-get install libadns1-dev
11*** 16***
12 17
13EOF 18EOF
14 19
15my $mm = MM->new({EV::MakeMaker::ev_args ( 20my $mm = MM->new({EV::MakeMaker::ev_args (
21 NAME => "EV::ADNS", 26 NAME => "EV::ADNS",
22 VERSION_FROM => "ADNS.pm", 27 VERSION_FROM => "ADNS.pm",
23 LIBS => ["-ladns"], 28 LIBS => ["-ladns"],
24 PREREQ_FATAL => 1, 29 PREREQ_FATAL => 1,
25 PREREQ_PM => { 30 PREREQ_PM => {
26 EV => 1.72, 31 EV => 2.0,
27 }, 32 },
28 EXTRA_META => q{ 33 EXTRA_META => q{
29configure_requires: 34configure_requires:
30 EV: 1.8 35 EV: 2.0
31 }, 36 },
32 37
33)}); 38)});
34 39
35$mm->flush; 40$mm->flush;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines