Raphael Geissert <[email protected]> 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 ([email protected])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to