From 3afc4a6925467a8370b9c05bd08a2c2759dbf37a Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sat, 26 Aug 2023 10:41:01 -0400 Subject: [PATCH] add a cpanfile --- cpanfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cpanfile diff --git a/cpanfile b/cpanfile new file mode 100644 index 0000000..55fa6e5 --- /dev/null +++ b/cpanfile @@ -0,0 +1,3 @@ +requires $_ for qw/ + HTML::TableExtract +/;