Subject: | Fails to build before perl 5.8.9 |
Currently fails to build on pre-5.8.9 perls, with:
./const-xs.inc: In function 'boot_Socket':
./const-xs.inc:709: error: 'HV_FETCH_LVALUE' undeclared (first use in
this function)
./const-xs.inc:709: error: (Each undeclared identifier is reported only
once
./const-xs.inc:709: error: for each function it appears in.)
./const-xs.inc:743: error: 'HV_FETCH_ISSTORE' undeclared (first use in
this function)
as 5.8 is two major versions EOL, I'm not going to put in upfront effort
for this. It works fine on 5.8.9 and 5.10 onwards.
If anyone cares about 5.8.8 or earlier, ping this bug, preferably with a
patch that fixes it, and I'll look into it.
--
Paul Evans