Merge pull request #166 from rhansen/perl-5.10
This commit is contained in:
commit
7fa1beb11e
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||||
|
|
||||||
### Compatibility changes
|
### Compatibility changes
|
||||||
|
|
||||||
* Perl v5.8 or later is now required.
|
* Perl v5.10.1 or later is now required.
|
||||||
* Removed the `concont` protocol. If you still use this protocol, please
|
* Removed the `concont` protocol. If you still use this protocol, please
|
||||||
[file a bug report](https://github.com/ddclient/ddclient/issues) and we
|
[file a bug report](https://github.com/ddclient/ddclient/issues) and we
|
||||||
will restore it.
|
will restore it.
|
||||||
|
|
|
@ -45,7 +45,7 @@ through github.com. Please check out http://ddclient.net
|
||||||
|
|
||||||
- one or more accounts from one of the dynamic DNS services
|
- one or more accounts from one of the dynamic DNS services
|
||||||
|
|
||||||
- Perl 5.014 or later
|
- Perl v5.10.1 or later
|
||||||
- `Data::Validate::IP` perl library
|
- `Data::Validate::IP` perl library
|
||||||
- `IO::Socket::SSL` perl library for ssl-support
|
- `IO::Socket::SSL` perl library for ssl-support
|
||||||
- `JSON::PP` perl library for JSON support
|
- `JSON::PP` perl library for JSON support
|
||||||
|
|
2
ddclient
2
ddclient
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
require v5.8.0;
|
require v5.10.1;
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue