-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (21 loc) · 931 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
DESCRIPTION
DNS::ZoneEdit provides access to the ZoneEdit dynamic DNS update API. Also
included is an example script that may be all you need to update your DNS.
DEPENDENCIES
DNS::ZoneEdit requires at least perl 5.6.0 and these other modules:
LWP::UserAgent - from the libwww-perl bundle
It is also highly recommended to use SSL to avoid plain text passwords over
the network. For this, install:
Crypt::SSLeay
INSTALLATION
Standard process for building & installing modules:
perl Build.PL
./Build
./Build test
./Build install
COPYRIGHT AND LICENCE
This module is based on Gavin Brock's DNS::EasyDNS (Copyright(c) 2003 Gavin
Brock [email protected]). It has been modified for use with ZoneEdit by Evan
Giles (Copyright 2009-2011).
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.