duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
890 stars 79 forks source link

Don't check config is a HASH #155

Closed cqexbesd closed 2 months ago

cqexbesd commented 11 months ago

At some point $self->config() started returning a blessed object so checking it was a HASH began to fail, preventing someone using natural sort. AFAIK the config option always has to behave as a hash so it should be safe to avoid this test.