Friday is a national holiday i .dk, meaning that I didn't have to go to work today. So I stayed up late and started working on some of the things in the TODO list for Games::Bingo.
And this morning when I (finally) got up I continued, all this effort have resulted in the release of 0.04.
Here is the changes which have been implemented:
Fixed the NAME section in Games::Bingo::Print, this should clear out the last bug
Encapsulated the random function.
Add possibility of providing a complete array of Columns to the constructor in Games::Bingo::ColumnCollection.
Add an assertion to the get_column method in Games::Bingo::ColumnCollection so illegal numbers issue a warning.
Add assertion to the remove_column method in Games::Bingo::ColumnCollection so illegal numbers issue a warning.
Improved constructor in Games::Bingo so use of init can be avoided, backwards compability is preserved (for now)
So now I have to do some spring cleaning...