Skip to content

Commit c1d0737

Browse files
committed
Add missing dependencies
1 parent 69561bb commit c1d0737

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.PL

+3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ WriteMakefile(
2929
'DBIx::Class' => 0,
3030
'File::HomeDir' => 0,
3131
'Getopt::Long' => 0,
32+
'HTML::FormatText' => 0,
3233
'JSON' => 0,
3334
'Log::Report' => 0,
3435
'LWP::Protocol::https' => 0,
3536
'LWP::UserAgent' => 0,
37+
'Mail::Message' => 0,
3638
'Moo' => 0,
3739
'MooX::Singleton' => 0,
3840
'MooX::Types::MooseLike' => 0,
41+
'Sys::Hostname' => 0,
3942
'Term::ReadKey' => 0,
4043
'Test::More' => 0,
4144
'Text::Markdown' => 0,

0 commit comments

Comments
 (0)