aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-12-04 10:34:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-12-04 10:34:26 +0000
commit320c15511bba83f40846c59030917e87ff97a484 (patch)
tree176ef15b3aa17b225786d0a96d9e7096849bc42c /URPM.pm
parent7629179cc5c88d8207a43282134d3d767121ce39 (diff)
downloadperl-URPM-320c15511bba83f40846c59030917e87ff97a484.tar
perl-URPM-320c15511bba83f40846c59030917e87ff97a484.tar.gz
perl-URPM-320c15511bba83f40846c59030917e87ff97a484.tar.bz2
perl-URPM-320c15511bba83f40846c59030917e87ff97a484.tar.xz
perl-URPM-320c15511bba83f40846c59030917e87ff97a484.zip
1.521.52
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index 61da180..2cef1b8 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.51';
+our $VERSION = '1.52';
URPM->bootstrap($VERSION);
@@ -168,6 +168,7 @@ sub parse_hdlist_or_synthesis {
#- parse_hdlist__XS may have added some pkgs to {depslist},
#- but we don't want those pkgs since reading hdlist failed later.
#- so we need to drop them
+ #- FIXME: {provides} would need to be reverted too!
splice(@{$urpm->{depslist}}, $previous_indice);
();
}