Adding dependencies extracted with a oneliner.

This commit is contained in:
sergiotarxz 2022-02-08 00:06:49 +01:00
parent 883f16d368
commit 29df487319
1 changed files with 27 additions and 4 deletions

View File

@ -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',
},
);