Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

$INC{strict.pm} => PVNV #110

@rurban

Description

@rurban

xs_incset uses a newSVpv_share(FILE, 0) as %INC value, which is first a proper PV, but then somehow gets turned into a PVNV without POK flag, which would explain the prereq failures in the toolchain. Easily seen with B::C, any test, for strict.pm, coretypes.pm and the 2 XSLoader.pm and DynaLoader.pm keys.

%INC is a HvSHAREKEYS, means its keys are shared in PL_strtab, and the HE is a shared_he

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions