On Wed, Apr 20, 2011 at 9:42 PM, chris cobucci
<cobucci_ch...@hotmail.com> wrote:
> Now, all tests Pass....however, I just want to make sure this output is
> right:
> #######################################
> t/30_loops/select/wheel_readline...................3/6 Use of uninitialized
> value in pattern match (m//) at /my/prefix/lib/perl5/5.8.8/Term/Cap.pm line
> 527.
> Use of uninitialized value in concatenation (.) or string at
> /my/prefix/lib/perl5/5.8.8/Term/Cap.pm line 579.
>
> t/30_loops/io_poll/wheel_readline..................1/6 Use of uninitialized
> value in pattern match (m//) at /my/prefix/lib/perl5/5.8.8/Term/Cap.pm line
> 527.
> Use of uninitialized value in concatenation (.) or string at
> /my/prefix/lib/perl5/5.8.8/Term/Cap.pm line 579.
>
> #######################################END
>
> All other test output looks sane to me,
> Thanks again for your help on this issue,
> Chris

Can you run that test with verbose output and show us the result? This
should do it:

$ cd POE-1.310
$ poe-gen-tests --dirbase t/loops --loop Select
$ prove -vl t/loops/select/wheel_readline.t

Reply via email to