Craig A . Berry <[EMAIL PROTECTED]> writes:
>With this patch, the Encode module passes all tests when run individually,
>but fails when run within the test suite, almost certainly because there are
>a number of debugging messages of the form:
>
>Loading ../lib/Encode/ascii.enc at ../lib/Encode.pm line 381, <$fh> line 2.
>
>that are not preceded by a '#'.
The message is left over debug - but has flagged the fact that
Encode is not working as expected.
The whole point of the complex makefile is to "compile" the encodings
into .c files, copmpile the .c files and link them into Encode.so
or equivalent. If this works then run-time loading of .enc files
should not happen and you should not see the messages that are
giving you problems. Does VMS do "static link" or dynamic link?
- if static then presumably something needs tweaking to include "encode.lib"
or whatever in the perl link.
>All other tests pass successfully using a
>-des build of 8269 with Compaq C V6.2-007 on OpenVMS Alpha V7.2-1.
--
Nick Ing-Simmons