For February I was assigned Test::Mini::Unit which provides extra declarative sugar for Test::Mini.

When I first installed Test::Mini::Unit I had a test failure and I thought the month was going to be over quickly. But, as it turned out, the test failure was actually in Test::Mini and last month a CPAN Pull Request participant had already patched it.

I spent a bit of time reading through the code, documentation, and tests and I wasn't finding much to change. I found a couple misspellings and noticed that the MANIFEST was not cleaned up with the other generated files. So, I created a quick pull request to clean up what I found.