diff options
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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) |