diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-04-27 12:31:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-04-27 12:31:32 +0000 |
commit | a71a7307262a77cb636889eaefd64b8174566e19 (patch) | |
tree | 1f36bcedbf66a7d96dda28998120bd2dc00d7f1c /URPM.pm | |
parent | 6329fc761cd5bb9b8fe8ce2a475f23459cfd30a6 (diff) | |
download | perl-URPM-a71a7307262a77cb636889eaefd64b8174566e19.tar perl-URPM-a71a7307262a77cb636889eaefd64b8174566e19.tar.gz perl-URPM-a71a7307262a77cb636889eaefd64b8174566e19.tar.bz2 perl-URPM-a71a7307262a77cb636889eaefd64b8174566e19.tar.xz perl-URPM-a71a7307262a77cb636889eaefd64b8174566e19.zip |
- 1.611.61
- add $trans->NElements and $trans->Element_name
to be able to display name of uninstalled package in callback_uninst
- fix b--obsoletes-->a and c--conflicts-->a prompting for upgrading a
(need a fix in urpmi which rely on the $state->{rejected}
to upgrade (-U) b instead of installing (-i) it)
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.60'; +our $VERSION = '1.61'; URPM->bootstrap($VERSION); |