Ryan Sadler wrote:
> 
> Version  0.06 of Inline-Tcl is now working with Inline-0.40.  If it's not
> available yet from CPAN, you can download it from:
> 
> http://ttul.org/~rrsadler/Inline-Tcl/Inline-Tcl-0.06.tar.gz

Oops. 

Ryan, perhaps I should have been more clear. Inline 0.40 will probably
not ship to CPAN for a week or two. I wanted to release everything the
same day. Perhaps you can delete this version from CPAN. I'm not sure
what the effects of that would be.

As long as you require Inline-0.40 as a prereq in your Makefile.PL,
people will be able to figure out what's going on. 

Or you could just quickly release 0.05 as 0.07 :)

Let me know if you need more help.

> The biggest difficulty was changing it to use the new API.  I'm
> assuming that the "location" attribute is now obsolete.  Since my code
> depends on this attribute, I set this within Inline-Tcl.  This may be a
> bug, it seems to be an important attribute: (From perldoc Inline-API)

I probably should put the "location" thingy back in. It's just the same
as:

"$o->{API}{install_lib}/auto/$o->{API}{modpname}/$o->{API}{modfname}.$o->{API}{suffix}",
but that's a mouthful.

I'll put it back in for TRIAL3 tonight.

Cheers, Brian

PS Ryan, I'll review your code tonight to see if you missed anything.
Please let me know if there's anything else I could do better, so we
don't have to go through this in the future.

PPS Neil, use Ryan's changes for Python since the code base is so
similar.

-- 
perl -le 'use Inline C=>q{SV*JAxH(char*x){return newSVpvf
("Just Another %s Hacker",x);}};print JAxH+Perl'

Reply via email to