Re: [RFC] Switch to make Test::Builder output even if $^C ( for B::C )

2002-01-06 Thread Michael G Schwern
On Sun, Jan 06, 2002 at 09:46:13PM +0100, Rafael Garcia-Suarez wrote: > Instead of using an environment variable, you can use a global variable > in the O namespace. Let's say $O::No_Test_Output defaults to 1 (set by > O.pm). > > In Test::Builder (line #571) you would have > return if $O::N

Re: [RFC] Switch to make Test::Builder output even if $^C ( for B::C )

2002-01-06 Thread Rafael Garcia-Suarez
On 2002.01.05 23:45 Michael G Schwern wrote: > Here's an interesting alternative. Do C just before > running the tests, though that's pretty ugly. Interesting idiom, but I don't see when this can be done. > > But I rwally like the environment variable better, because with the > > package variab

Re: [RFC] Switch to make Test::Builder output even if $^C ( for B::C )

2002-01-06 Thread Michael G Schwern
On Sun, Jan 06, 2002 at 03:56:24PM +0100, Mattia Barbon wrote: > > Could you explain again why you need test output while compiling, I'm > > not quite following. Assume you had the I_WANT_OUTPUT_DURING_COMPILE > > environment variable could you show how you'd be using it? > > Let's say I have th

Re: [RFC] Switch to make Test::Builder output even if $^C ( for B::C )

2002-01-06 Thread Mattia Barbon
> On Sat, Jan 05, 2002 at 10:17:34PM +0100, Mattia Barbon wrote: > > > On Wed, Jan 02, 2002 at 05:37:28PM +0100, Mattia Barbon wrote: > > > > I don't care for the variable name, but I'd really like > > > > to have this feature. > > > > > > Would it work ok as a Test::Builder accessor method rathe