a cookbook and get some more examples.
I would love some feedback from folks on it and if you think it'd be
useful for you. A good example of where this sort of stuff fits in is
Luke Closs' Socialtext::WikiTests, which I'm hoping to hook into when
i get some tuits.
thanks!
--
-Scott McWhirter- | -konobi-
On 8/2/07, nadim khemir <[EMAIL PROTECTED]> wrote:
> On Tuesday 19 June 2007 17:52, Mike Malony wrote:
> > So I'm working my project, and I've got one other more junior coder with
> > me.
> >
> > Has anyone tried writing test files as part of their spec's?
> >
> > An overview document would also be
This would be easy to do in Test::Builder within &Test::Builder::ok by
making it call $Test->BAIL_OUT();
Then at least you would get it across all Test::* modules.
--
-Scott McWhirter- | -konobi-
On 9/7/07, Greg Sabino Mullane <[EMAIL PROTECTED]> wrote:
> > I'd li
You could use an IO::Handle based object wrapped around STDOUT/STDERR.
On 10/28/07, Chris Dolan <[EMAIL PROTECTED]> wrote:
> On Oct 28, 2007, at 9:31 AM, A. Pagaltzis wrote:
>
> > * Matisse Enzer <[EMAIL PROTECTED]> [2007-10-27 21:20]:
> >> I suppose we need to bite the bullet and just find and re