Bug#419846: 32-bit/64-bit difference with tell on scalar I/O handle

2007-04-18 Thread Florian Weimer
Package: perl Version: 5.8.8-7 This program: ## use Devel::Peek; my $data = '123'; open my $fh, '<', \$data; my $x = tell $fh; Dump($x); ## shows that tell($fh

Bug#419846: 32-bit/64-bit difference with tell on scalar I/O handle

2007-04-19 Thread Brendan O'Dea
On Wed, Apr 18, 2007 at 10:12:37AM +0200, Florian Weimer wrote: >This NV/IV difference causes problems for some test harnesses. Why? --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#419846: 32-bit/64-bit difference with tell on scalar I/O handle

2007-04-19 Thread Florian Weimer
* Brendan O'Dea: > On Wed, Apr 18, 2007 at 10:12:37AM +0200, Florian Weimer wrote: >>This NV/IV difference causes problems for some test harnesses. > > Why? Because one is rendered as '0', and the other as 0. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl