From: Nick Ing-Simmons [mailto:[EMAIL PROTECTED]]
>
> What is un-trivial about the @ISA setting?
[...]
>
> BOOT:
> {
> AV *isa = perl_get_av("ClassName::ISA",1);
> av_push(isa,newSVpv("BaseClass"));
> }
Obviously nothing :-) I wasn't aware of the BOOT directive...
As I say, this is all a bit speculative at the moment - I was mainly
interested in *if* doing this in the XS was possible. I may still stick with
the pm - it's just a matter of how much I can autogenerate easily, and how
much turns into cut and paste coding...
Thanks for the help,
Paul.