diff options
-rw-r--r-- | URPM.pm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -418,6 +418,8 @@ 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: +=over + =item strict_name only match short name (N) => 0 / 1 =item strict_fullname only match fullname (NVRA) (fast) => 0 / 1 @@ -426,6 +428,8 @@ this $urpm. The behaviour of the search is influenced by several options: =back +=back + =head3 Debuging These are used when faking a URPM::DB: $urpm can be used as-a $db |