Re: [PATCH lib/Net/Config.pm, MANIFEST, t/lib/Mock/Socket.pm, lib/Net/Config.t] Add Tests for Net::Config

2001-10-22 Thread Michael G Schwern
On Mon, Oct 22, 2001 at 02:08:05PM -0600, chromatic wrote: So if a test depends on a module in the core it should check that the module is avaliable, so that the test is skipped with older perl releases. But this is a little funny. How are these new tests going to wind up on old

Re: [PATCH lib/Net/Config.pm, MANIFEST, t/lib/Mock/Socket.pm, lib/Net/Config.t] Add Tests for Net::Config

2001-10-22 Thread Michael G Schwern
On Mon, Oct 22, 2001 at 01:44:32PM +0100, Graham Barr wrote: Any patches to modules from libnet, and test additions, should be against the latest libnet on CPAN, I do not want the core to diverge. I can understand this. We should be patching the CPAN libnet. So if a test depends on a

Re: [PATCH lib/Net/Config.pm, MANIFEST, t/lib/Mock/Socket.pm, lib/Net/Config.t] Add Tests for Net::Config

2001-10-22 Thread Graham Barr
On Mon, Oct 22, 2001 at 02:08:05PM -0600, chromatic wrote: On Monday 22 October 2001 14:10, Michael G Schwern wrote: I can understand this. We should be patching the CPAN libnet. In progress. So if a test depends on a module in the core it should check that the module is

Re: [PATCH lib/Net/Config.pm, MANIFEST, t/lib/Mock/Socket.pm, lib/Net/Config.t] Add Tests for Net::Config

2001-10-20 Thread Jarkko Hietaniemi
Here's a test suite for Net::Config. In the process of writing this, I've fixed an apparent bug that prevented single values from becoming array references when necessary. I think it's right, but perhaps Graham should weigh in on this. In the process, with some advice from perl-qa, I've