diff --git a/Makefile.PL b/Makefile.PL index eb934ed..0fdd6e3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,9 +6,32 @@ WriteMakefile( INST_BIN => './bin', test => { TESTS => 't/*.t' }, PREREQ_PM => { - 'Term::ReadLine::Gnu' => 0, - 'Test::Most' => 0, - 'Test::MockModule' => 0, - 'Test::MockObject' => 0, + 'Carp' => '0', + 'Const::Fast' => '0', + 'DBI' => '0', + 'Data::Dumper' => '0', + 'DoctorAgustin::Logger' => '0', + 'DoctorKarma::Config' => '0', + 'DoctorKarma::DAO::User' => '0', + 'DoctorKarma::DB' => '0', + 'DoctorKarma::Logger' => '0', + 'DoctorKarma::Model::User' => '0', + 'DoctorKarma::Telegram' => '0', + 'ExtUtils::MakeMaker' => '0', + 'JSON' => '0', + 'Mojo::URL' => '0', + 'Mojo::UserAgent' => '0', + 'Params::ValidationCompiler' => '0', + 'Path::Tiny' => '0', + 'Sys::Syslog' => '0', + 'Term::ReadLine' => '0', + 'Test::MockModule' => '0', + 'Test::MockObject' => '0', + 'Test::Most' => '0', + 'Types::Standard' => '0', + 'strict' => '0', + 'v5.30.0' => '0', + 'warnings' => '0', + }, );