diff --git a/dnsenum.pl b/dnsenum.pl index a9ee263..d7e4e70 100644 --- a/dnsenum.pl +++ b/dnsenum.pl @@ -48,6 +48,7 @@ use strict; use warnings;#it complains about uninitialized values when it doesn't find address in RR; need to fix later +no if $] >= 5.018, 'warnings', "experimental::smartmatch"; use Config; use Term::ANSIColor; use Getopt::Long;