add a cpanfile

This commit is contained in:
Yanick Champoux 2023-08-26 10:41:01 -04:00
parent bf12beeedd
commit 3afc4a6925

3
cpanfile Normal file
View File

@ -0,0 +1,3 @@
requires $_ for qw/
HTML::TableExtract
/;