Skip to content

Commit

Permalink
remove unneeded use POSIX from ICMP
Browse files Browse the repository at this point in the history
I guess this started as copy of TCP
  • Loading branch information
abraxxa committed Jan 23, 2018
1 parent 1663775 commit 2193f7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Net/Async/Ping/ICMP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use Moo;
use warnings NONFATAL => 'all';

use Future;
use POSIX 'ECONNREFUSED';
use Time::HiRes;
use Carp;
use Net::Ping qw();
Expand Down

0 comments on commit 2193f7a

Please sign in to comment.