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, 3 insertions, 0 deletions
diff --git a/script/perlpkg.pl b/script/perlpkg.pl
index e6cac27..03bdb92 100755
--- a/script/perlpkg.pl
+++ b/script/perlpkg.pl
@@ -55,6 +55,9 @@ my $dists = $app->get_distributions_in_repo();
my $dist_names = [map {$_->{dist_name}} $dists->@*];
my $updateable = $app->get_updateable_packages($dist_names);
my $pkgs = $app->add_maintainers($updateable);
+my $filtered_pkgs = $app->filter_by_maintainer($pkgs);
+
+print Dumper($filtered_pkgs);
# TODO generate new pacakge pkgbuild
# TODO build