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::*

Re: Test::Harness 2.47_03

2005-03-03 Thread Andy Lester
On Thu, Mar 03, 2005 at 04:07:44PM -0500, Michael G Schwern ([EMAIL PROTECTED]) wrote: > So any particular reason you've dropped 5.4.5 support? Lack of qr//. I might put it back, since it's not that widespread. -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Test::Harness 2.47_03

2005-03-03 Thread Michael G Schwern
On Wed, Mar 02, 2005 at 04:59:42PM -0600, Andy Lester wrote: > I'm also no longer supporting Perls before 5.005_03. I figure if > someone's using a Perl > 7+ years old, they're not going to care about > new Test::Harness. My logic for supporting old Perls is a little different. If you're stuck i

Re: T::M + T::H recent make module test suites fail

2005-03-03 Thread Michael G Schwern
On Wed, Mar 02, 2005 at 11:14:18AM +0100, H.Merijn Brand wrote: > All tests pass for T::M 0.47, but fail on 0.54 Lexical::Attributes does not pass tests for me with either 0.47 nor 0.54 using 5.8.1RC3 (the OS X shipped Perl) nor a clean 5.8.6. Output from the 5.8.6 run attached. With V I see th

Re: is_deeply hangs

2005-03-03 Thread Michael G Schwern
On Sun, Jan 23, 2005 at 09:22:19AM -0800, Ovid wrote: > This program hangs when it hits is_deeply. I eventually get an "out of > memory" error. I don't think I saw a followup from you on this. Did you try it with the latest version of Test::More?

Re: How can I suspend/control a Test::Builder testing session?

2005-03-03 Thread Michael G Schwern
On Sat, Feb 26, 2005 at 06:00:02PM -0500, Tom Moertel wrote: > How I do do this now is somewhat hackish. For the duration of a > property check, I redefine some Test::Builder internals like so: > > sub check_property { > no warnings 'redefine'; > my $property = shift; > my $diags = []