Re: Test::More and WWW::Chat fighting over fail()

2001-10-22 Thread Richard Clamp
On Sun, Oct 07, 2001 at 03:57:48PM -0400, Kirrily 'Skud' Robert wrote: > Also, there's some weirdness with webchatpp's generated code if your > WWW::Chat script was inside subroutines (or presumably other blocks). > Here's a real life example: > [snippage] > It would be nice if we could get this t

Re: Test::More and WWW::Chat fighting over fail()

2001-10-17 Thread Simon Wistow
On Sun, Oct 07, 2001 at 07:06:45PM -0400, Michael G Schwern said: > > Both Test::More and WWW::Chat export a routine called fail(). This > > makes it rather hard to write tests for web stuff using both these > > modules. > > I can solve this from my end by providing control over Test::More's > i

Re: Test::More and WWW::Chat fighting over fail()

2001-10-08 Thread Simon Wistow
On Sun, Oct 07, 2001 at 07:06:45PM -0400, Michael G Schwern said: > On Sun, Oct 07, 2001 at 03:57:48PM -0400, Kirrily 'Skud' Robert wrote: > > Both Test::More and WWW::Chat export a routine called fail(). This > > makes it rather hard to write tests for web stuff using both these > > modules. >

Re: Test::More and WWW::Chat fighting over fail()

2001-10-07 Thread Michael G Schwern
On Sun, Oct 07, 2001 at 03:57:48PM -0400, Kirrily 'Skud' Robert wrote: > Both Test::More and WWW::Chat export a routine called fail(). This > makes it rather hard to write tests for web stuff using both these > modules. I can solve this from my end by providing control over Test::More's imported

Test::More and WWW::Chat fighting over fail()

2001-10-07 Thread Kirrily 'Skud' Robert
Both Test::More and WWW::Chat export a routine called fail(). This makes it rather hard to write tests for web stuff using both these modules. Since WWW::Chat's fail() is only used internally, could I possibly request that it be changed to not export, and/or rename it _fail, or whatever. Anythi