cpanfile: add missing modules

This commit is contained in:
Pragmatic Software 2024-03-09 15:41:37 -08:00
parent fa29212bc3
commit 961da6f09f
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ requires 'File::HomeDir';
requires 'File::Spec';
requires 'Getopt::Long';
requires 'HTML::Entities';
requires 'Import::Into';
requires 'IO::File';
requires 'IO::Select';
requires 'IO::Socket';
@ -133,6 +134,7 @@ feature FuncSed => sub {
};
feature GoogleSearch => sub {
requires 'WWW::Google::UserAgent';
requires 'WWW::Google::CustomSearch';
requires 'HTML::Entities';
};