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 copy of the

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; is this,

[ANNOUNCE] Test::Builder2 2.00_06

2011-01-26 Thread Michael G Schwern
https://github.com/schwern/test-more/tree/v2.00_06 Apparently the way you make me write code is send me to a Linux conference. This is the sixth alpha release of Test::Builder2 and it is a big one. Maybe not in lines of code, but in concepts. The major bits are: The Design Is Working