"Jos I. Boumans" <[EMAIL PROTECTED]> writes:

> On 11 Oct 2007, at 23:48, Slaven Rezic wrote:
[...]
> 
> >> This is the typical error Term::Readline/readkey generates when
> >> you run
> >> terminal in terminal... but i'm nto sure how to sidestep the issue.
> >>
> >
> > Strange. If I run "make test" from command line then the Term::ReadKey
> > error again occurs:
> 
> Sorry, i should have been more clear: this is an error that can occur
> in a subprocess. Ie, when you do 'perl -e"system( $^X ... )"' for
> example.
> 
> If you set the COLUMNS and LINES vars, does the error go away? we can
> just fudge that in the tests, it's not that important.
> 

This seems to help:

$ env COLUMNS=80 LINES=40 make test TEST_FILES=t/15_CPANPLUS-Shell.t
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.10.0 "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/15_CPANPLUS-Shell.t
t/15_CPANPLUS-Shell....Name "CPANPLUS::I18N::i_default::Lexicon" used only 
once: possible typo at 
/usr/perl5.10.0/lib/site_perl/5.10.0/Locale/Maketext/Lexicon.pm line 312.
t/15_CPANPLUS-Shell....ok                                                    
All tests successful.
Files=1, Tests=92,  4 wallclock secs ( 0.82 cusr +  0.39 csys =  1.21 CPU)

Regards,
        Slaven

-- 
Slaven Rezic - slaven <at> rezic <dot> de

Tk-AppMaster: a perl/Tk module launcher designed for handhelds
        http://tk-appmaster.sf.net

Reply via email to