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, 2 insertions, 1 deletions
diff --git a/script/perlpkg.pl b/script/perlpkg.pl
index e6cac27..f66b9d6 100755
--- a/script/perlpkg.pl
+++ b/script/perlpkg.pl
@@ -48,7 +48,8 @@ if ($ARGV[0] // "" eq "--debug") {
}
Log::Any::Adapter->set('Log4perl');
-my $app = App::ArchLinux::PackagerTools->new();
+my $context = {};
+my $app = App::ArchLinux::PackagerTools->new({context => $context});
use Data::Dumper;
my $dists = $app->get_distributions_in_repo();