aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-15 03:21:57 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-15 03:21:57 +0200
commit54d162803e6bedc754e7c8c3f1c529fc08eb1f2b (patch)
treee08ea300763d60869fced8a013f59fc74df6a5b8
parent05d680f49ab2aa64fd309855fdb4316e8a34f5c4 (diff)
ping.pl does not need Data::Dumper.
-rwxr-xr-xclients/ping.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/ping.pl b/clients/ping.pl
index b0eb57d..c33c8cf 100755
--- a/clients/ping.pl
+++ b/clients/ping.pl
@@ -3,7 +3,6 @@ use DBI;
use POSIX;
use Time::HiRes;
use Net::Oping;
-use Data::Dumper;
use strict;
use warnings;