From ec7019bafd4e070ef5de9d8d269e22a328e952c0 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Feb 2006 13:17:30 +0000 Subject: Document the is_arch_compat package method --- URPM.pm | 5 +++++ 1 file changed, 5 insertions(+) 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() -- cgit v1.2.1