diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-08-27 16:16:11 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-12 23:11:58 +0200 |
commit | b8bbd4d92901dec029f564cb8744e04370e01330 (patch) | |
tree | 5b6b2e4d8a97c62f2bd40be33df973e8a332a322 /URPM.pm | |
parent | 47f12646b34ad10fca581e8946ade89f18765483 (diff) | |
download | perl-URPM-b8bbd4d92901dec029f564cb8744e04370e01330.tar perl-URPM-b8bbd4d92901dec029f564cb8744e04370e01330.tar.gz perl-URPM-b8bbd4d92901dec029f564cb8744e04370e01330.tar.bz2 perl-URPM-b8bbd4d92901dec029f564cb8744e04370e01330.tar.xz perl-URPM-b8bbd4d92901dec029f564cb8744e04370e01330.zip |
rename "suggests" method as "recommends_nosense"
in order to reflect reality
but keep a suggests alias for compatibility for the time being
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -735,7 +735,7 @@ Just the obsoleted package name. If a header is associated with the package, fill the package fields from the header's tags (NEVRA, -requires/suggests/obsoletes/conflicts/provides/summary) +requires/recommends/obsoletes/conflicts/provides/summary) then free the header It's useful when traversing the rpm DB, if one wants to keep around a @@ -771,7 +771,7 @@ Full requires tags Just the required package name. -=item $package->suggests() +=item $package->recommends_nosense() =item $package->rflags() |