I’ve been following the development of a few things in the Perl community lately, and it’s leaving me very frustrated. For years now, I’ve written modules that start with the same incantation:
package My::Module;
use strict;
our $VERSION =...
Much to my amusement, Twitter seems to think that I’ve tweeted over 5,000 times. I don’t see how this can possibly be, but there are days when I tweet a log I guess. Still, 5,000 in a little under three years seems…excessive. I realize that it counts...
No Perl content today, I’m afraid. I’m just back from my trip to Japan and wanted to post this very nice video of my talk. Unlike the versions from other conferences, this one focuses primarily on the slides, with me appearing in audio only. This makes...
I’ve just arrived in Japan with my family. We’re going to be spending several days in Tokyo, during which time I’ll be at the JPUG 10th Anniversary PostgreSQL Conference for a couple of days (giving the usual talk), but mainly I’ll be on vacation....
Now that we have our default Catalyst tests passing, let’s have a look at testing the views we’ve created. You can follow along via the Part 6 tag tag in the GitHub repository. Start by looking at the default test script for our HTML view,...