From 1ae6fe1195ed2fb6c62db2b505dab45a6053dafe Mon Sep 17 00:00:00 2001 From: Guillaume Delacour Date: Sat, 15 Apr 2017 22:50:45 +0200 Subject: [PATCH] Use experimental module for smartmatch --- dnsenum.pl | 1 + 1 file changed, 1 insertion(+) 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;