Merge remote-tracking branch 'rhansen/shebang' (#116)
This commit is contained in:
commit
ba488414f1
1 changed files with 3 additions and 3 deletions
6
ddclient
6
ddclient
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl
|
||||||
#!/usr/local/bin/perl -w
|
|
||||||
######################################################################
|
######################################################################
|
||||||
#
|
#
|
||||||
# DDCLIENT - a Perl client for updating DynDNS information
|
# DDCLIENT - a Perl client for updating DynDNS information
|
||||||
|
@ -19,8 +18,9 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
require 5.004;
|
require v5.8.0;
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use IO::Socket;
|
use IO::Socket;
|
||||||
|
|
Loading…
Reference in a new issue