• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H05-Feb-2006-229104

lib/DNS/H05-Feb-2006-23376

t/H05-Feb-2006-4025

ChangesH A D05-Feb-2006416 138

MANIFESTH A D05-Feb-2006265 1413

META.ymlH A D05-Feb-2006387 1311

Makefile.PLH A D05-Feb-2006424 1411

READMEH A D06-Nov-20031.4 KiB4527

TODOH A D11-Sep-200222 21

README

1#==============================================================================#
2  DNS::EasyDNS
3#==============================================================================#
4
5Access to the EasyDNS dynamic DNS update API. Included is also an example
6script that may be all you need to update your DNS.
7
8#==============================================================================#
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19If you are using Activestate perl, you can also install as a PPM:
20
21   ppm install --location=http://brock-family.org/gavin/perl/ppm DNS::EasyDNS
22
23#==============================================================================#
24
25DEPENDENCIES
26
27This module requires at least perl 5.6.0 and these other modules and libraries:
28
29  LWP::UserAgent and HTTP::Request from the libwww-perl bundle
30
31It is also highly recommended to use SSL to avoid plain text passwords over
32the network. For this, install:
33
34  Crypt::SSLeay
35
36#==============================================================================#
37
38COPYRIGHT AND LICENCE
39
40This module is Copyright (c) 2003 Gavin Brock gbrock@cpan.org. All rights
41reserved. This program is free software; you can redistribute it and/or
42modify it under the same terms as Perl itself.
43
44#==============================================================================#
45