From a75c917101126274e69037a2e62fd7c6545f9b02 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@gmail.com> Date: Wed, 15 Oct 2014 16:22:00 +0200 Subject: [PATCH] new folders lib/utils (many utils to come) --- PlayBot.pl | 2 +- lib/{ => utils}/Logging.pm | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{ => utils}/Logging.pm (100%) diff --git a/PlayBot.pl b/PlayBot.pl index 880e20d..8ba40b2 100755 --- a/PlayBot.pl +++ b/PlayBot.pl @@ -12,7 +12,7 @@ use Module::Reload; use FindBin; use lib "$FindBin::Bin/lib/"; -use Logging; +use utils::Logging; use sites::parser; use commands::parser; diff --git a/lib/Logging.pm b/lib/utils/Logging.pm similarity index 100% rename from lib/Logging.pm rename to lib/utils/Logging.pm -- GitLab