aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-08-27 16:16:11 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-09-12 23:11:58 +0200
commitb8bbd4d92901dec029f564cb8744e04370e01330 (patch)
tree5b6b2e4d8a97c62f2bd40be33df973e8a332a322 /URPM.pm
parent47f12646b34ad10fca581e8946ade89f18765483 (diff)
downloadperl-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.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/URPM.pm b/URPM.pm
index adf7320..e8f6509 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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()