Brian Ingerson wrote:
>
> "Brett W. Denner" wrote:
> > Can anyone look at these (very short) files and tell me if I'm doing
> > something wrong, or if Inline can't handle multple modules like this?
>
> Brett,
>
> This an interesting problem you've found. One I unfortunately can't
> resolve tonight.
OK. I lied. I stayed up until all hours of the night and fixed this. A
patched version of Inline is available at our new website:
http://inline.perl.org
NOTE: Currently, you'll need to use 'Inline::MakeMaker' instead of
ExtUtils::MakeMaker in each Makefile.PL in the hierarchy. This may
change. I'm still not 100% complete with this patch. Stay tuned.
Cheers, Brian
PS Most of you think I do this stuff for love. I really do it for good
beer and/or coffee donations. Hint ;)
--
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'