Stas Bekman wrote: > However PERL_PATCHLEVEL is not in the public API headers. What's the > equivalent that can be used in the C code? > > Config.pm seems to include it, but none of the installed .h files does.
Config's perl_patchlevel is read from patchlevel.h (by looking for a string that matches /DEVEL\d+/). patchlevel.h is updated by the pumpking at snapshot generation time. Unfortunately its value is not available at cpp-time. HTH, -- Unacceptable is not *NIX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
