I rewrote my blog software in Perl
In the last few weeks I have rewritten my blog software in Perl. The old version used Ruby. I wrote that version, because I wanted to try out Ruby. The software is about as old as the blog itself. The new software is written Perl. I use many new modules in Perl. For example Moo, Path::Tiny and Carton. Moo is an OO library for Perl. It allows me to write OO code in Perl without any boilerplate....