aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm8
1 files changed, 5 insertions, 3 deletions
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<URPM::Package> 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)