All produced the expected output.

I've been wondering if the problem is in Perl::IO in stable, or some
other underlying library rather than apt-cacher code.

I'll try the patch you sent.

Ross
On Wed, 2009-11-25 at 14:16 +0000, Mark Hindley wrote:
> On Tue, Nov 24, 2009 at 10:21:30PM +1100, Ben Finney wrote:
> > Thanks for the response.
> 
> Could you run these perl one-liners from a console and check my expected
> results.
> 
> perl -e'alarm 1;printf "Num: %d\tTime left: %f\n", select undef, undef, 
> undef, 3.0'
> 
> Expect: Alarm clock
> 
> 
> perl -e'alarm 5;printf "Num: %d\tTime left: %f\n", select undef, undef, 
> undef, 3.0'
> 
> Expect: Num: 0    Time left: 0.000000
> 
> 
> perl -e'$SIG{ALRM}=sub {};alarm 1;printf "Num: %d\tTime left: %f\n", select 
> undef, undef, undef, 3.0'
> 
> Expect: Num: -1    Time left: 2.000000
> 
> 
> Thanks
> 
> Mark




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to