Michael G Schwern wrote:
> On 2/9/06, Geoffrey Young <[EMAIL PROTECTED]> wrote:
> 
>> > This works:
>>
>> yes, excellent randy.  thanks for that.  it still seems a little
>> hackish but
>> that's ok - hackish works for me if it means I can do what I want and
>> nobody
>> else needs to do extra work :)
>>
>> I made some tweaks to your format and added a few minor notes here
>>
>>   http://people.apache.org/~geoff/test-more-separately.tar.gz
> 
> 
> A less hackish version of plan.t is...
> 
>  use Test::More;
>  my $TB = Test::More->builder;
>  $TB->no_ending(1);
> 
>  plan tests => 3;
> 
>  print qx!perl t/response.pl!;

cool, thanks.  I've updated the example package to include that format
as well.

--Geoff


Reply via email to