Postman Pat: The Movie

Went to see Postman Pat: The Movie today. While most of the action revolves around Postman Pat, his family, and various new characters introduced in the film, I was glad to see that all the old favourites were in there. I noted:

Mrs Goggins (but no Bonnie?!?!);
Alf, Dorothy & Bill Thompson;
Ted Glenn, who always seemed to […]

Enumerations in Moose

It’s quite a common pattern in object-oriented programming to have an attribute which takes a string as its value, but which only has a small number of valid values. For example: package Shirt; use Moose; # “S”, “M”, “L”,…