Paw HTTP Client

Posted on Thu, 27 Feb 2014 in Apps • Tagged with HTTP, Testing

Paw

When developing Web apps you spend a lot of time in the browser, and before long you have a crap-ton of open tabs which slows the system down and is a total pain to navigate around in.

I have previously used HTTP Client when testing JSON APIs, it did the …


Continue reading

Testing with "latest"

Posted on Tue, 25 Feb 2014 in Development • Tagged with DevOps, Testing, Perl, Continuous Integration

Perl

A few months ago I gave a small talk at the Nordic Perl Workshop 2013, about a clever way of combining cpanm and local::lib to test your CPAN modules with the latest version of its dependencies.

I have a few perl modules on CPAN, which is mostly feature complete …


Continue reading