aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-13 13:17:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-13 13:17:30 +0000
commitec7019bafd4e070ef5de9d8d269e22a328e952c0 (patch)
tree01eb85aedb747bfa271cdf4a3abc2de02a5055f4 /URPM.pm
parent668188ad323e398d8c3e9ef46a0a6a58390c1230 (diff)
downloadperl-URPM-ec7019bafd4e070ef5de9d8d269e22a328e952c0.tar
perl-URPM-ec7019bafd4e070ef5de9d8d269e22a328e952c0.tar.gz
perl-URPM-ec7019bafd4e070ef5de9d8d269e22a328e952c0.tar.bz2
perl-URPM-ec7019bafd4e070ef5de9d8d269e22a328e952c0.tar.xz
perl-URPM-ec7019bafd4e070ef5de9d8d269e22a328e952c0.zip
Document the is_arch_compat package method
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index ce241c0..2d73853 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -525,6 +525,11 @@ Return an array of human readable view of tag values. $tagid is the numerical va
=item $package->is_arch_compat()
+Returns whether this package is compatible with the current machine's
+architecture. 0 means not compatible. The higher the result is, the "more
+compatible" the package is; in other words the return value is a compatibility
+score.
+
=item $package->license()
=item $package->name()