diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-03-01 17:28:51 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-03-01 17:28:51 +0000 |
commit | 2c9da11b3c102548fac5c547cad4537fbadb29ec (patch) | |
tree | 36be8021ed788397afeb20ebc4f9e90c75a5cc20 /URPM.pm | |
parent | 7db1b15dd97a4036d53a9ae011bfa3657479e518 (diff) | |
download | perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar.gz perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar.bz2 perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar.xz perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.zip |
- 0.59
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.53'; +our $VERSION = '1.59'; URPM->bootstrap($VERSION); @@ -546,9 +546,8 @@ 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. +architecture. 0 means not compatible. The lower the result is, the preferred +the package is. =item $package->license() |