Raphael Geissert <geiss...@debian.org> writes:

>>          for my $version (keys %$versions) {
>> +            $versions->{$version} = [ sort by_tag @$tags ];

> Shouldn't this be?:

>  $versions->{$version} = [ sort by_tag @{$versions->{$version}} ];

Ah, yes.  I rearranged code and didn't fix that.  Thanks!

-- 
Russ Allbery (r...@debian.org)               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to