diff --git a/ddclient b/ddclient index 205c24a..49c5ec0 100755 --- a/ddclient +++ b/ddclient @@ -1,5 +1,4 @@ -#!/usr/bin/perl -w -#!/usr/local/bin/perl -w +#!/usr/bin/perl ###################################################################### # # DDCLIENT - a Perl client for updating DynDNS information @@ -19,8 +18,9 @@ # # ###################################################################### -require 5.004; +require v5.8.0; use strict; +use warnings; use Getopt::Long; use Sys::Hostname; use IO::Socket;