develooper Front page | perl.perl5.porters | Postings from January 2001

Re: 8482 busted for $^V sprintf()s on OS/390

Thread Previous | Thread Next
From:
Peter Prymmer
Date:
January 22, 2001 13:32
Subject:
Re: 8482 busted for $^V sprintf()s on OS/390
Message ID:
Pine.OSF.4.10.10101221334490.270270-100000@aspara.forte.com


On Mon, 22 Jan 2001, Peter Prymmer wrote to Simon Cozens:

> > Good.
> > 
> > >   FLAGS = (POK,pPOK,UTF8)
> > 
> > Bad. But even that doesn't explain why configpm was barfing. Hmm.
> 
> I'm afraid I have good and bad news: perl@8506 is not barfing on either
> configpm or perlbug.PL during a static build on USS V2.5 for me.

I might also have mentioned that the UTF8 flags is not on with the 8506
kit as in:

$ ./perl -Ilib -le 'use Devel::Peek; $a = sprintf "%vd", $^V; Dump($a)'
SV = PV(0x1a8c4078) at 0x1a8cfdbc
  REFCNT = 1
  FLAGS = (POK,pPOK)
  PV = 0x1a8c98c0 "5.7.0"\0
  CUR = 5
  LEN = 6

Peter Prymmer



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About