summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
de935e1)
Durch Tests getriggert, konkret: durch t/controllers/csvimport/parts.t
croak 'not an accessor' if @_ > 1;
croak 'not an accessor' if @_ > 1;
- my $next_position = (max map { $_->$position_sub // 0 } @{ $self->$unsorted_sub }) + 1;
+ my $next_position = ((max map { $_->$position_sub // 0 } @{ $self->$unsorted_sub }) // 0) + 1;
return [
map { $_->[1] }
sort { $a->[0] <=> $b->[0] }
return [
map { $_->[1] }
sort { $a->[0] <=> $b->[0] }