I write my blog entries in some pseudo-POD/HTML that grew organically. In other words, it is a mess. I wanted to easily see which articles are ready to be published and which one might need some more writing.
For the full article visit Fetching the st [...]
I like Path::Class, but it's clunky and slow. So I wrote Path::Tiny to scratch my itch. It's smaller (roughly half the lines of code), comes in a single file, and is generally faster. Among other things, it has lots of handy UTF-8 input and output me [...]
I finally stopped to think about how I’m numbering my developer releases for various modules I have floating around. Two theories Until recently I’ve always thought: v0.0.5_1 is the first developer release leading up to v0.0.5 Something (sorry, I can [...]