NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Single sequential run is what it's for (Score:1)
The reason I prefer my syntax to your dependency based on is that mine is easier to write and maintain, or so I find.
Of course, I completely acknowledge that it is intended for simple situations where the order is easily knowable.
Re: (Score:1)
Actually, my framework supports this specific type of tests and it looks very similar to the way you do it:
Only difference is mine is a Moose role that adds the
orderas a method of the session object. I started by implementing your method as a role and then noticed I need more options so I added more bells and whistles (which I'm now writing about).However, I'm