My Favourite Test::* Modules
If you don’t test your code, what makes you think it works?! Here are some of my favourite modules for testing Perl code….
If you don’t test your code, what makes you think it works?! Here are some of my favourite modules for testing Perl code….
There was a surprise one-off Woolly & Tig episode this morning. I hadn’t seen it advertised anyway, so it was a surprise to me.
There will apparently be a Christmas special this year too. And some unspecified others during the year.
At the moment my son is really loving Andy’s Dinosaur Adventures, which I must admit is pretty well-made (even though we all miss Kip).
The premise of the show is that Andy is now working in “the National Museum” (most of the interior shots seem to be from the Natural History Museum in London; some of […]
Type::Tiny has been knocking around in some shape or another for almost a year now. It’s certainly grown a lot since its first commit. The distribution probably no longer merits the “Tiny” name, though the lead module itself is…
OK, so you’ve written your module like this: package MyUtils; use strict; use warnings FATAL => qw( all ); sub frobnicate { … } 1; It passes its test suite, and all is fine and dandy. You use the frobnicate…
Welcome to Planet Moose, a brief write up on what’s been happening in the world of Moose in the past month, for the benefit of those of you who don’t have their eyes permanently glued to the #moose IRC…