diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-12-04 10:34:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-12-04 10:34:26 +0000 |
commit | 320c15511bba83f40846c59030917e87ff97a484 (patch) | |
tree | 176ef15b3aa17b225786d0a96d9e7096849bc42c /URPM.pm | |
parent | 7629179cc5c88d8207a43282134d3d767121ce39 (diff) | |
download | perl-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.pm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); (); } |