mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
commit
4188dc980f
1 changed files with 1 additions and 3 deletions
|
@ -306,9 +306,7 @@ sub sort {
|
|||
|
||||
my $sort = sub { sort @_ };
|
||||
|
||||
return $sort
|
||||
unless ref( $self->config() ) eq "HASH"
|
||||
&& $self->config()->{'use_natural_sort'};
|
||||
return $sort unless $self->config()->{'use_natural_sort'};
|
||||
|
||||
# if the user has asked for natural sorting we need to include an extra
|
||||
# module
|
||||
|
|
Loading…
Add table
Reference in a new issue