Re: Test::SDK being temporarily pulled

2001-10-24 Thread Elaine -HFB- Ashton
Michael G Schwern [[EMAIL PROTECTED]] quoth: * *There is the notion that an SDK is a collection of versions of modules *that are known to all work together. A Bundle simply grabs the latest *version of each, and it's possible a change in one might break the *others.

Re: Test::SDK being temporarily pulled

2001-10-23 Thread Autrijus Tang
On Mon, Oct 22, 2001 at 11:46:29PM -0400, Michael G Schwern wrote: since the CPAN Bundle lets you specify exact versions, the purpose of SDK currently seems to be mostly about simplifying download (i.e. one big file). There is the notion that an SDK is a collection of versions of modules

Re: Test::SDK being temporarily pulled

2001-10-22 Thread Michael G Schwern
On Tue, Oct 23, 2001 at 10:37:30AM +0800, Autrijus Tang wrote: On Mon, Oct 22, 2001 at 09:48:56PM -0400, Michael G Schwern wrote: It then orders them in terms of which needs to be installed first. In Test::SDK it would be Test::Harness, Test::Simple and finally Test::Inline. since the