From f23369c8b19a2e0966e6dde843ab6920fe0b93df Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2018 23:24:20 +0100 Subject: WIP Add configuration class Signed-off-by: Florian Pritz --- script/perlpkg.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'script/perlpkg.pl') diff --git a/script/perlpkg.pl b/script/perlpkg.pl index 8c20f22..e6cac27 100755 --- a/script/perlpkg.pl +++ b/script/perlpkg.pl @@ -8,8 +8,6 @@ use strict; use Function::Parameters; use Log::Any::Adapter; use Log::Log4perl qw(:easy); -use Path::Tiny; -use TOML qw(from_toml); use App::ArchLinux::PackagerTools; @@ -42,8 +40,6 @@ L =cut -#my $config = from_toml(path(($ENV{XDG_CONFIG_HOME} // $ENV{HOME}."/.config")."/perlpkg/config.toml")->slurp); - Log::Log4perl->easy_init($ERROR); if ($ARGV[0] // "" eq "--debug") { Log::Log4perl->easy_init($TRACE); -- cgit v1.2.3-24-g4f1b