summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03523a9..570ff7a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,12 @@ Accepts a package name and returns the maintainers of the package.
Accepts a list of packages (hashes with the pkgname key) and returns a list
with the maintainer key added to each package.
+### filter\_by\_maintainer
+
+ my $filtered_packages = $app->filter_by_maintainer($packages);
+
+Filter a list of packages to the maintainers whitelisted in the config file.
+
# LICENSE
Copyright (C) 2018 Florian Pritz <bluewind@xinu.at>