logo

cve-client

CLI-based client / toolbox for CVE.org
commit: 4d4ee83336657da15557f4441f669de4d5716302
parent dc65afcdc0adfe74690f9efed1eeb89a5b2d4a79
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 27 Mar 2023 12:28:20 +0200

Makefile.PL: Add requirements

Diffstat:

MMakefile.PL6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL @@ -7,4 +7,10 @@ WriteMakefile( LICENSE => 'agpl_3', EXE_FILES => ['cve-client'], VERSION_FROM => './cve-client', + PREREQ_PM => { + "Getopt::Std" => 0, + "JSON::MaybeXS" => 0, + "LWP::UserAgent" => 0, + "LWP::UserAgent::https" => 0, + }, )