From 0ea19830530308f2495e7b3ff42fa8ed05ac6778 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Fri, 11 Nov 2022 11:16:38 +0100 Subject: [PATCH] test: HTML test requires HTML::Lint perl module --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index e9307f8dc..9178dcf8a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,6 +31,7 @@ WriteMakefile( ,'File::Rsync' => 0 ,'DateTime::Format::DateParse'=> 0 ,'PBKDF2::Tiny' => 0 + ,'HTML::Lint' => 0 }, BUILD_REQUIRES => { 'Test::Perl::Critic' => 0