use strict and warnings where dancer not imported
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package App::Netdisco::AnyEvent::Nbtstat;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Socket qw(AF_INET SOCK_DGRAM inet_aton sockaddr_in);
|
||||
use List::Util ();
|
||||
use Carp ();
|
||||
|
||||
Reference in New Issue
Block a user