Archive for August, 2010

August 26th

Writing a universal test runner with Test::Harness

Perl comes with a fantastic tool: prove. Prove searches for all the test files under a directory, runs them and reports the results. Anyone used to developing code and tests in parallel ends up...

Archive for February, 2010

February 16th

Timestamps in bash

This is common knowledge but I found it so useful that I have to make sure it spreads even more :) You can make bash register timestamps in its history: export HISTTIMEFORMAT='[%F %T]...