Olivier Thauvin <[EMAIL PROTECTED]> writes:
> Found why:
> @idlist = @{$options{idlist}} > 0 ? @{$options{idlist}} : # Here the bad
> line
> ($options{start} || 0 .. $options{end} || $#{$urpm->{depslist}});
> @idlist or return;
>
> I will try to fix this evening if fpons don't.
The problem is @{$options{idlist}} which is only valid if idlist is a reference
to list (even empty)...
It's my error, I should have seen this bad code ;-)
A new perl-URPM is uploaded.
Francois.
