Brian,
With Inline-0.41-TRIAL2 + Linux, Inline::Java builds and installs without a
hitch.
I think we've finally nailed the "register @INC" problem...
I'll try it under Win2K as soon as I get a chance to set up an environment.
Cheers,
----- Original Message -----
From: "Brian Ingerson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 12:07 AM
Subject: Inline-0.41-TRIAL2
> Inline-0.41-TRIAL2.tar.gz is now on http://inline.perl.org
>
> Fixed David Coppit's postamble problem. (Just deleted a bunch of lines
> :)
> You still can't mix MY::postamble with Inline::MakeMaker in the same
> Makefile.PL. Yet. Stay tuned...
>
> Fixed another nested Makefile.PL bug. "Handling nested versions
> properly". Brett's test cases all had a version of '0.01' which wouldn't
> cause problems. I updated the test suite to use different versions. I
> put the modified test suite on the website.
>
> ---
>
> I still need to hear back from people on TRIAL1. And I want to make one
> more change before releasing:
>
> I need to turn off Ariel's declaration processing as the default
> behaviour. At least until a major release. I'm thinking of this syntax:
>
> ---8<---
> use Inline C => DATA =>
> ENABLE => 'DECLARATIONS';
> __END__
> __C__
> int foo(char*, double);
> ---8<---
>
> It will be disabled by default. We can reverse the default with 0.50, if
> that makes sense. I'm also asking for alternatives to 'DECLARATIONS'.
> The two others I'm considering are 'PROTOTYPES' and 'AUTOWRAP'.
>
> What do you guys think?
>
> Cheers, Brian
>
> PS David, let us know if all works for you.
>
>
> --
> perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
> ("Just Another %s Hacker",x);}};print JAxH+Perl'
>