Monday, November 5, 2012

CPAN: Test::Tutorial - A tutorial about writing really basic tests

Test::Tutorial - A tutorial about writing really basic tests - metacpan.org

I wrote some code to test a customer's perl code, not having (had) a look at Test::More or whatever beforehand.
After completing my task, I tweaked my code to make use of Test::More. Now it's optionally creating TAP.
My next step: reading and exercising.

No comments: