Re: Test::Harness 2.99 again

2007-09-02 Thread Eric Wilhelm
# from Andy Lester # on Sunday 02 September 2007 08:53 pm: >When are we gonna put 2.99x up? I dunno. Are we waiting on t/compat/010-failure.t to be done? Seems to work now. And TH_TODO still has these (non-Wishlist) bugs listed as open. - [ ] 8767[PATCH] Test::Harness fails to install wh

Test::Harness 2.99 again

2007-09-02 Thread Andy Lester
When are we gonna put 2.99x up? xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Test::TAP::Model

2007-09-02 Thread Yuval Kogman
On Sun, Sep 02, 2007 at 14:15:01 +0100, Andy Armstrong wrote: > Assuming nobody has already volunteered I'll wave my hand. I'll take > a look at it sometime in the next few days if that's OK. Awesome =) I'm nothingmuch on #perl-qa if you'd like to poke -- Yuval Kogman <[EMAIL PROTECTED]> h

Re: Current state of TAP::Diagnostics

2007-09-02 Thread demerphq
On 9/2/07, Andy Armstrong <[EMAIL PROTECTED]> wrote: > On 1 Sep 2007, at 19:14, Eric Wilhelm wrote: > >> my $data = 3; > >> my $data = "3"; > > > > YAML::Tiny? > > I don't believe that makes the distinction either. Data::Dump::Streamer specifically does not make a distinction as it just caused

Re: Test::TAP::Model

2007-09-02 Thread Andy Armstrong
On 31 Aug 2007, at 06:49, Yuval Kogman wrote: Test::TAP::Model is using a subclass of Test::Harness::Straps and some underscore methods to get it's job done. That's nasty. The new smolder release reminded me to get off my ass and do something about, but honestly I don't see myself getting around

Re: Current state of TAP::Diagnostics

2007-09-02 Thread Andy Armstrong
On 1 Sep 2007, at 19:14, Eric Wilhelm wrote: my $data = 3; my $data = "3"; YAML::Tiny? I don't believe that makes the distinction either. -- Andy Armstrong, hexten.net

Re: Current state of TAP::Diagnostics

2007-09-02 Thread Ovid
--- Michael G Schwern <[EMAIL PROTECTED]> wrote: > Or are you asking about the guts of Test::Builder? I haven't planned > it out much but I'm thinking something like... > > # Get the Test::Builder::Diagnostics object. > my $diagnostics = $tb->diagnostics_object; Schwern, It sounds