clustericious / Clustericious

2 stars 3 forks source link

Remove deprecated code (February 2016) #36

Closed plicease closed 6 years ago

plicease commented 8 years ago

These two methods are now deprecated and scheduled to be removed at the end of February:

Clustericious::Client->_config
Clustericious::Client->client

They have identical (but more suitably named) replacements:

Clustericious::Client->config
Clustericious::Client->ua
plicease commented 8 years ago

This item has been moved from the January deprecation to February:

In addition this comment from that deprecation is now for this deprecation:

We can probably loose the dep on List::MoreUtils after these are removed. mesh is used in Clustericious::Command::start in code that is scheduled to be removed. uniq is used in Clustericious::App, but the size of the dataset probably does not warrant the dep on List::MoreUtils