Subject: | remove POE::Queue::Array::get_item() |
It should be called peek_one_item() since it doesn't destructively return an item from the queue.
An appropriate filter passed to peek_items() could implement the same features a little slower, without adding a new method that no other POE::Loop classes implement.