summaryrefslogtreecommitdiffstats
path: root/script/perlpkg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'script/perlpkg.pl')
-rwxr-xr-xscript/perlpkg.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/script/perlpkg.pl b/script/perlpkg.pl
index f66b9d6..e6cac27 100755
--- a/script/perlpkg.pl
+++ b/script/perlpkg.pl
@@ -48,8 +48,7 @@ if ($ARGV[0] // "" eq "--debug") {
}
Log::Any::Adapter->set('Log4perl');
-my $context = {};
-my $app = App::ArchLinux::PackagerTools->new({context => $context});
+my $app = App::ArchLinux::PackagerTools->new();
use Data::Dumper;
my $dists = $app->get_distributions_in_repo();