From be89b71e90eed9b5f31c10ac08538bd82938e8a5 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 8 Feb 2022 00:10:56 +0100 Subject: [PATCH] Removing self dependencies. --- Makefile.PL | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 0fdd6e3..c7eb25c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,13 +10,6 @@ WriteMakefile( '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',