From 95ab11ecffb473336a3cf4f84558b5d71e58f701 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 15 Feb 2013 00:20:43 +0100 Subject: document search() options --- URPM.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index 691fcc7..9f3cc73 100644 --- a/URPM.pm +++ b/URPM.pm @@ -401,9 +401,11 @@ Returns a list of C corresponding to the wanted <$name> Search an RPM by name or by part of name in the list of RPMs represented by this $urpm. The behaviour of the search is influenced by several options: - strict_name => 0 / 1 - strict_fullname => 0 / 1 - src => 0 / 1 +=item strict_name only match short name (N) => 0 / 1 + +=item strict_fullname only match fullname (NVRA) (fast) => 0 / 1 + +=item src => look only for srpms => 0 / 1 =item $urpm->traverse($callback) -- cgit v1.2.1