summaryrefslogtreecommitdiffstats
path: root/script/perlpkg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'script/perlpkg.pl')
-rwxr-xr-xscript/perlpkg.pl4
1 files changed, 0 insertions, 4 deletions
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<App::ArchLinux::PackagerTools>
=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);