clusterssh
clusterssh copied to clipboard
Don't check config is a HASH
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.