From e4da338f4ceb7db4d9e08e5ce42393834780444a Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Fri, 14 Oct 2022 09:54:13 +0200 Subject: [PATCH] Adding requirements for the Perl script (extract_urls.pl) --- cpanfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cpanfile diff --git a/cpanfile b/cpanfile new file mode 100644 index 0000000..e8a49c8 --- /dev/null +++ b/cpanfile @@ -0,0 +1,2 @@ +requires 'IO::All'; +requires 'Regexp::Common';