Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 108558
Status: open
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: bkb [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.42
Fixed in: (no value)



Subject: Documentation under DIAGNOSTICS appears to be out of date
The following appears to be out of date: ---- NAME is only available with the XS version of Scalar::Util Scalar::Util contains both perl and C implementations of many of its functions so that those without access to a C compiler may still use it. However some of the functions are only available when a C compiler was available to compile the XS version of the extension. At present that list is: weaken, isweak, dualvar, isvstring, set_prototype ---- As far as I can tell the module doesn't offer any non-XS versions of anything, and the above diagnostic does not seem to appear in the current source code.
On Sat Nov 07 20:07:41 2015, BKB wrote: Show quoted text
> The following appears to be out of date: > ---- > NAME is only available with the XS version of Scalar::Util > Scalar::Util contains both perl and C implementations of many of its > functions so that those without access to a C compiler may still use > it. However some of the functions are only available when a C compiler > was available to compile the XS version of the extension. > > At present that list is: weaken, isweak, dualvar, isvstring, > set_prototype > ---- > As far as I can tell the module doesn't offer any non-XS versions of > anything, and the above diagnostic does not seem to appear in the > current source code.
Yeah; that's basically all lies currently. :) Probably needs some fixing up -- Paul Evans