in reply to Re^2: Right ways to get things done: improving Linux::LVM
in thread Right ways to get things done: improving Linux::LVM

Another good source for testing information is extreme perl.

It covers far more than that (it's an entire development model and philosophy), but the sections test driven design and unit testing might be interesting for you (and others).

  • Comment on Re^3: Right ways to get things done: improving Linux::LVM

Replies are listed 'Best First'.
Re^4: Right ways to get things done: improving Linux::LVM
by sandboxed (Sexton) on Apr 15, 2008 at 17:41 UTC

    Thank you again!

    After reading a little at Extreme Perl about testing, I think I'll begin with Test::Tutorial, Test::Simple and finally Test::More.

    The perl debugger will be waiting for me too!

    UPDATE: The owner of the module didn't reply to my request, so probably it'll be a fork. This will multiply the job to do at least by 20. In a few weeks I'll tell him that I will be obliged to fork the module.