Merge remote-tracking branch 'rhansen/shebang' (#116)

This commit is contained in:
Sandro Jäckel 2020-05-26 20:50:43 +02:00
commit ba488414f1
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;