Re: "Fluent" tests?
On Tuesday 30 June 2009 21:44:50 Michael Peters wrote: > Ovid wrote: > > use Test::Fluent 'no_plan'; > > > > my ( $have, $want ) = ( 1, 1 ); > > have $have, want $want, reason 'Some test name'; > > have [ 3, 4 ], want [ 4, 5 ], reason 'cuz I said so'; # fails > > true 3, reas
My Smolder wish-list
http://szabgab.com/blog/2009/07/1246433080.html Gabor