3 min read 0

Hacktoberfest 2024, Entry 1

Today’s the first day I had time to really put in to Hacktoberfest and I thought I’d let y’all know how it went. As I…
3 min read 0

Reviving old code.

One of the joys of Perl is the rich community support that it has enjoyed over the years. Even today when other languages are surging…
1 min read 0

Fellow maintainers, tell me about your project!

Hey all! Tell me about your project that you’re hoping to attract good PRs to. I maintain Net::AMQP::RabbitMQ, which is a Perl module implementing AMQP…
2 min read 0

I love carton, and you should to.

This one will be quick, promise! Hacktoberfest is upon us once again, it’s the most wonderful time of the year! That said, it’s also the…
2 min read 0

Net::AMQP::RabbitMQ Releases

This weekend I released two versions of Net::AMQP::RabbitMQ on CPAN: 0.007000 and 0.007001. The first version was the culmination of some major refactoring in how…
1 min read 0

Re-factoring Your Old Projects

Once upon a time I maintained a very small, lightweight framework to allow for Perl interfaces to be integrated with directly from client-side JavaScript. I…
1 min read 0

Gist of the Day: Playing with Forks

Parallel processing is all the rage these days, and life has me at a point where I’m needing to use it. I am having to…