Adding dependencies extracted with a oneliner.
This commit is contained in:
parent
883f16d368
commit
29df487319
31
Makefile.PL
31
Makefile.PL
@ -6,9 +6,32 @@ WriteMakefile(
|
|||||||
INST_BIN => './bin',
|
INST_BIN => './bin',
|
||||||
test => { TESTS => 't/*.t' },
|
test => { TESTS => 't/*.t' },
|
||||||
PREREQ_PM => {
|
PREREQ_PM => {
|
||||||
'Term::ReadLine::Gnu' => 0,
|
'Carp' => '0',
|
||||||
'Test::Most' => 0,
|
'Const::Fast' => '0',
|
||||||
'Test::MockModule' => 0,
|
'DBI' => '0',
|
||||||
'Test::MockObject' => 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',
|
||||||
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user