Re: Bizarre copy of unknown
Thomas Pfau <[email protected]> Tue, 8 Jan 2013 21:24:35 -0500
| Newsgroups | gmane.comp.lang.perl.ports.vms |
|---|---|
| Message-ID | <CAMmy4eWX+UEkFL9xyOaPDrZBf-akfBBGKGx4vzOob-2FYu44pg@mail.gmail.com> |
This is even causing problems with the generated constant function. If I try to get the value of a constant I get this: $x = &VMS::CMS::CMS_K_ACCEPT Bizarre copy of UNKNOWN in list assignment at /DISK$USERS/PFAU/PROG/PERL/vms-cms/blib/lib/VMS/CMS.pm line 490. That implies that the code created by ExtUtils::MakeMaker::WriteConstants is broken. On Tue, Jan 8, 2013 at 10:59 AM, Thomas Pfau <[email protected]> wrote: > I am having issues with my 5.16.2 build. Modules that worked fine on 5.8 > and 5.10 are now aborting with this error when returning an undefined value > by referencing &PL_sv_undef. I have been "fixing" these by changing them to > sv_newmortal() but I question why this code is suddenly broken. Does anyone > know what changed? > -- Thomas Pfau [email protected] http://www.linkedin.com/in/thomaspfau http://nbpfaus.net/~pfau/