summaryrefslogtreecommitdiffstats
path: root/client.pl
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-09-15 19:28:48 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-09-15 19:28:48 +0200
commit61b4c8dcf0479a510b856370b6964a61d7b6cab4 (patch)
tree093b7b41a87a13f566e5f096bd473d16811dc314 /client.pl
parent64059155774e2b35bbff97442e409ec5f0203256 (diff)
downloaddistdns-61b4c8dcf0479a510b856370b6964a61d7b6cab4.tar.gz
distdns-61b4c8dcf0479a510b856370b6964a61d7b6cab4.tar.bz2
Reorder check for missing params
Diffstat (limited to 'client.pl')
-rwxr-xr-xclient.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.pl b/client.pl
index e573f9d..c83694c 100755
--- a/client.pl
+++ b/client.pl
@@ -32,7 +32,7 @@ use LWP::UserAgent;
use Sys::Hostname qw(hostname);
use Tie::File;
-my $VERSION = '0.05';
+my $VERSION = '0.06';
my $conf_file = catfile($Bin, 'client.conf');