diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-03-26 22:44:30 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-05 16:54:48 +0100 |
commit | 32ecb5e1017b5efc811530882befb3cc54390524 (patch) | |
tree | 5347b5533b11c52b031a9602216ac3d628b4988c | |
parent | dbefce62a21ee15c1e2b9747bbbbfcd02c7f00ad (diff) | |
download | perl-URPM-32ecb5e1017b5efc811530882befb3cc54390524.tar perl-URPM-32ecb5e1017b5efc811530882befb3cc54390524.tar.gz perl-URPM-32ecb5e1017b5efc811530882befb3cc54390524.tar.bz2 perl-URPM-32ecb5e1017b5efc811530882befb3cc54390524.tar.xz perl-URPM-32ecb5e1017b5efc811530882befb3cc54390524.zip |
indent 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 |