aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-03-01 17:28:51 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-03-01 17:28:51 +0000
commit2c9da11b3c102548fac5c547cad4537fbadb29ec (patch)
tree36be8021ed788397afeb20ebc4f9e90c75a5cc20
parent7db1b15dd97a4036d53a9ae011bfa3657479e518 (diff)
downloadperl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar
perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar.gz
perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar.bz2
perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.tar.xz
perl-URPM-2c9da11b3c102548fac5c547cad4537fbadb29ec.zip
- 0.59
-rw-r--r--URPM.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/URPM.pm b/URPM.pm
index 94aa6c3..3ac5207 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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()