Eike Grote wrote:
>
> Hi,
>
> First, let me thank you for the development of this great module
> named Inline and the presentation at the German Perl Workshop !
>
> I tried it out the following day and it works fine also with
> LinuxPPC (Red Hat variant for PowerPC machines like the ones
> made by Apple).
Cool.
>
> Just one suggestion: Running "make test" or running programs as
> user 'root' pollutes the "perllocal.pod" file. To avoid this you
> should change line 508 in 'Inline/C.pm' (version 0.32) from
>
> "$make install > out.make_install 2>&1",
>
> to
>
> "$make pure_install > out.make_pure_install 2>&1",
>
> as documented in the MakeMaker page:
>
> ...
> make install per default writes some documentation of what
> has been done into the file
> $(INSTALLARCHLIB)/perllocal.pod. This feature can be
> bypassed by calling make pure_install.
> ...
Good suggestion. I'll look into it, and make a change for the next
release.
>
> Best regards,
>
> Eike
> --
> E-Mail: [EMAIL PROTECTED]
>
> ConSol Software GmbH, Munich, Germany
--
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'