diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-13 13:17:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-13 13:17:30 +0000 |
commit | ec7019bafd4e070ef5de9d8d269e22a328e952c0 (patch) | |
tree | 01eb85aedb747bfa271cdf4a3abc2de02a5055f4 /URPM.pm | |
parent | 668188ad323e398d8c3e9ef46a0a6a58390c1230 (diff) | |
download | perl-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.pm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() |