Doug MacEachern wrote:
> ALIAS hasn't been implemented in WrapXS.  feel free to if you like.
> but if you're not in a rush, i was planning to do it at some point.

I know how XS implements ALIAS (by looking at the generated C code), but 
I'm not sure where to plug this in WrapXS. Should happen somewhere in 
the XS boot function. But where do you put the ALIAS definition? In the 
map file?, something like

ALIAS_bar | foo | 1
ALIAS_baz | foo | 2

or having a new file with ALIASes since the above doesn't adher to the 
map file syntax.

I'm porting Apache::Scoreboard. it uses ALIAS in two places.
Instead of using ALIAS I can simply create two extra functions,
since they are simple, for now and then fix these when ALIAS is available.

So I guess there is no rush, but there is a need ;)

Thanks Doug!
_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to