On Saturday 17 June 2006 22:12, Gabor Szabo wrote: > If anybody is interested on this list, > the slides and the examples of my 2 days course are available here: > > http://www.szabgab.com/perl_in_test_automation.html >
Started reading them - they're very nice. Thanks for sharing them! One note I'd like to add: I believe that in: <<< http://www.szabgab.com/talks/perl_in_testing/test-functions-improved.html >>> You'd want to add: <<< local $Test::Builder::Level = $Test::Builder::Level + 1; >>> To the testing function, so it will correctly report the line from which it was called. (Because T::B uses caller()). Regards, Shlomi Fish --------------------------------------------------------------------- Shlomi Fish [EMAIL PROTECTED] Homepage: http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.