Tag Archives: ironman

Alternative to Test::NoWarnings

The Test::NoWarnings module is very helpful for detecting subtle errors in your code. Unfortunately, by default, it does its reporting in an END block, which doesn't play nicely with Test::More's done_testing() function, which I use a lot. There has been an open ticket since 2009 and nothing has been done. There is a workaround, but [...]

Posted in perl programming, toolchain | Also tagged , , | 16 Responses

Crossing the Perl Rubicon

Yes, this is another blog post reacting to Matt S. Trout's Pumpkin Perl idea. (His followups are here and here.) I've considered a long, thoughtful reply about what I see as the problems Perl 5 faces, why various proposals I've heard fall short, and what I think is meaningful for the future of Perl 5. [...]

Posted in p5p, perl programming | Also tagged , , | 3 Responses

Goodbye Path::Class, hello Path::Tiny

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 methods. The downside is that it's less portable and less [...]

Posted in perl programming | Also tagged , | 8 Responses

My second week of Dancer, now with queues and transactional email

A couple weeks ago, I wrote about my initial efforts with Dancer, Xslate and Bootstrap. Last week, I added the ability to send password reset emails. In the process, I've learned how to write Dancer plugins. Designing a password reset system Since I've never done it before, I decided to reinvent the wheel and make [...]

Posted in perl programming | Also tagged , , | 10 Responses

My first week of Dancer, Xslate and Bootstrap

As I mentioned last week, I've started working with Dancer in earnest. This week, I climbed three learning curves at the same time: Dancer, Xslate and Bootstrap. Skeleton before template I started off with the incredibly-handy "Dancer Cowbell" template by A. Gordon, which is a complete skeleton app that brings together Dancer, Template::Toolkit, Bootstrap, and [...]

Posted in perl programming | Also tagged , , , | 11 Responses

© 2009-2013 David Golden All Rights Reserved