Re: [test-more-users] [ANNOUNCE] Test::Builder2 2.00_06

2011-03-31 Thread Michael Ludwig
Michael G Schwern schrieb am 30.03.2011 um 10:37 (+1100): > (moving this to perl-qa because we decided to retire test-users) Yeah, I noticed only after sending the mail to the test-users list. > > I like a nice function syntax that doesn't require a lot of > > punctuation. However, if you add a t

Re: [test-more-users] [ANNOUNCE] Test::Builder2 2.00_06

2011-03-30 Thread Michael G Schwern
On 2011.3.31 10:00 AM, Michael Ludwig wrote: >> Took me a moment to understand that. Would this cover your need? >> >> result_like shift @$results, { >> ... >> }; > > That's very good! But does it mess with $history's results directly? > Or does $history->result return a shallow c

Re: [test-more-users] [ANNOUNCE] Test::Builder2 2.00_06

2011-03-30 Thread Michael Ludwig
[resending from correct address] Michael G Schwern schrieb am 30.03.2011 um 10:37 (+1100): > (moving this to perl-qa because we decided to retire test-users) Yeah, I noticed only after sending the mail to the test-users list. > > I like a nice function syntax that doesn't require a lot of > > pu

Re: [test-more-users] [ANNOUNCE] Test::Builder2 2.00_06

2011-03-29 Thread Michael G Schwern
(moving this to perl-qa because we decided to retire test-users) On 2011.3.30 6:52 AM, Michael Ludwig wrote: > Michael G Schwern schrieb am 27.01.2011 um 12:09 (+1000): >> use Test::More; >> use Test::Builder2::Tester; >> >> my $history = capture { >> plan tests => 2; >>