Re: POE 1.299 failed test 'transpose' wheel_readline.pm on solaris 10

[email protected] (Hinrik Örn Sigurðsson) Tue, 26 Apr 2011 00:29:03 +0000
Newsgroups perl.poe
Message-ID <[email protected]>
On Wed, Apr 20, 2011 at 9:42 PM, chris cobucci
<[email protected]> 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