[EMAIL PROTECTED] wrote:
This is a computer-generated report for Device-Davis-1.2.1
on perl-5.6.2, created automatically by CPAN-Reporter-1.0601
and sent to the CPAN Testers mailing list.
If you have received this email directly, it is because the person testing
your distribution chose to send a copy to your CPAN email address; there
may be a delay before the official report is received and processed
by CPAN Testers.
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /home/david/cpantesting/perl-5.6.2/bin/perl "-Iblib/lib"
"-Iblib/arch" test.pl
1..4
ok 1
Enter the full path to the tty to use (i.e. /dev/tty??) You do not have read permission for
make: *** [test_dynamic] Error 2
So, this failed because there was no (or improper) input to the test
script. Based on the output above, it looks as though input was never
received. This module is designed to communicate with a specific piece
of external hardware and the test is interactive. Once input is
provided for the tty, it is expected that the hardware is attached and
ready to communicate on that tty, else the remaining test will fail.
What is the best way to make this more tester friendly?
Stan