Re: testing Parallel::Simple

2005-03-04 Thread David A. Golden
Ofer Nave wrote: Well, I'm just starting to write tests now. Once I'm comfortable with that, in the future I can try writing the tests first. But the module is already written, and I've already posted it many other places to get feedback on design and implementation. It's not very complicated

Re: testing Parallel::Simple

2005-03-03 Thread Ofer Nave
David Golden wrote: Ofer Nave wrote: I've written a new module for CPAN called Parallel::Simple. It's my first CPAN module, and I have not yet uploaded it because I have not yet written any formal tests for it (although I use it in production currently). I've also never written any formal test

Re: testing Parallel::Simple

2005-03-03 Thread David Golden
Ofer Nave wrote: I've written a new module for CPAN called Parallel::Simple. It's my first CPAN module, and I have not yet uploaded it because I have not yet written any formal tests for it (although I use it in production currently). I've also never written any formal tests in perl at all (u

testing Parallel::Simple

2005-03-03 Thread Ofer Nave
I've written a new module for CPAN called Parallel::Simple. It's my first CPAN module, and I have not yet uploaded it because I have not yet written any formal tests for it (although I use it in production currently). I've also never written any formal tests in perl at all (using the Test::*