From: Emmanuel Lacour Date: Tue, 21 Jun 2011 15:07:53 +0000 (+0200) Subject: Fix programming typo that breaks with recent perl X-Git-Url: http://git.home-dn.net/?p=manu%2Fsend_arp.git;a=commitdiff_plain Fix programming typo that breaks with recent perl --- diff --git a/send_arp.pl b/send_arp.pl index aaa1cd3..51fb873 100755 --- a/send_arp.pl +++ b/send_arp.pl @@ -44,7 +44,7 @@ GetOptions (\%opts, 'interval|i=i', 'verbose|v', 'help|h', - 'version|'); + 'version'); $opts{'count'} = 5 if (!$opts{'count'}); $opts{'interval'} = 100 if (!$opts{'interval'});