Re: RFC: Test::JSON

2005-11-15 Thread chromatic
On Tue, 2005-11-15 at 09:22 +1100, Adam Kennedy wrote: > The question is, what level of deps is "crazy" for something that they > don't actually need on their computer permanently but only need for 2 > seconds to install something of yours. I sleep pretty well at night refusing to support peopl

Re: RFC: Test::JSON

2005-11-15 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Monday 14 November 2005 23:22, Adam Kennedy wrote: > Chromatic wrote: > > On Mon, 2005-11-14 at 12:45 -0800, Ovid wrote: > >>Yes, I can see that. I could actually have dropped Test::Differences > >>"eq_or_diff" and just used the "is_deeply" function fr

Re: RFC: Test::JSON

2005-11-15 Thread Adam Kennedy
Chromatic wrote: On Mon, 2005-11-14 at 12:45 -0800, Ovid wrote: Yes, I can see that. I could actually have dropped Test::Differences "eq_or_diff" and just used the "is_deeply" function from Test::More, but when working with large data structures, there's just no comparison between the two. I

Re: RFC: Test::JSON

2005-11-14 Thread Paul Johnson
On Mon, Nov 14, 2005 at 01:17:05PM -0800, chromatic wrote: > On Mon, 2005-11-14 at 12:45 -0800, Ovid wrote: > > > Yes, I can see that. I could actually have dropped Test::Differences > > "eq_or_diff" and just used the "is_deeply" function from Test::More, > > but when working with large data str

Re: RFC: Test::JSON

2005-11-14 Thread chromatic
On Mon, 2005-11-14 at 12:45 -0800, Ovid wrote: > Yes, I can see that. I could actually have dropped Test::Differences > "eq_or_diff" and just used the "is_deeply" function from Test::More, > but when working with large data structures, there's just no comparison > between the two. I suppose I co

Re: RFC: Test::JSON

2005-11-14 Thread Ovid
--- Adam Kennedy <[EMAIL PROTECTED]> wrote: > My main comment would be that it can be very easy to get seduced in > to dependency bloat when writing Test:: modules, and you should pay > extra attention to avoiding it if possible. Yes, I can see that. I could actually have dropped Test::Differenc

Re: RFC: Test::JSON

2005-11-14 Thread Adam Kennedy
My main comment would be that it can be very easy to get seduced in to dependency bloat when writing Test:: modules, and you should pay extra attention to avoiding it if possible. This is especially so if you have a dependency on a Module::Build Test:: modules, which is going to want to instal