aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
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()