On Mon, Jul 28, 2003 at 07:08:51PM +0200, Stas Bekman wrote:
> The latest MakeMaker's xsubpp_version (from MM_Unix.pm) fails with the
> latest maint perl-5.8.1 (works with 5.8.0). It generates a test .xs files 
> which the latest maint perl doesn't like. Here is the generated file:

I don't even know what xsubpp_version does, so someobdy else is going to
have to field this one.

AFAIK one line of that subroutine has been touched since I took over
maintenance.

-    my $command = "$self->{PERL} -I$self->{PERL_LIB} $xsubpp -v 2>&1";
+    my $command = qq{$self->{PERL} "-I$self->{PERL_LIB}" $xsubpp -v 2>&1};

OTOH, the xsubpp program has changed a lot, though nothing in the last
7 months.
http://public.activestate.com/cgi-bin/perlbrowse?file=lib%2FExtUtils%2Fxsubpp&log=1


-- 
WOOHOO!  I'm going to Disneyland!
        http://www.goats.com/archive/980805.html

Reply via email to