On Aug 20, 2008, at 4:54 PM, Peter Prymmer wrote:

We found that with VMS::Process (packaged on CPAN as "1.05"
but with $VMS::Process::VERSION of "1.06") we only had to
edit the Process.xs file to add several PL_ prefixes to
the xs macros (e.g.

-    ST(0) = &sv_undef;
+    ST(0) = &PL_sv_undef;

and such).  Based on a quick glance at your change
it looks about the same as what we used here too.


The lazy way to deal with this is just to build the extensions with:

$ perl Makefile.PL "POLLUTE=1"

but of course fixing the code is better. I'll try to get that done one of these days.
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to