On Sat, 15 Nov 2003, Tim Bunce wrote: > On Fri, Nov 14, 2003 at 07:01:23PM -0500, Rudy Lippan wrote: > > Good day, > > > > I am planing on releasing Palm::Ztxt_XS on CPAN. Palm::Ztxt_XS is an XS > > interface to the ztxt library used with the weasel book reader > > (http://gutenpalm.sourceforge.net/). There is a similar module > > Palm::ZText (not on CPAN) linked to from the gutenpalm website; however, > > 1. It does not follow the C api, 2. is not as complete as the C api, and > > 3. I am planing on using this to generate ztexts on the fly from mod_perl, > > so I'd like a slightly leaner implementation. > > Adding XS (or C) isn't good form. Just Palm::Ztxt would be fine.
Tim, Thanks for the response. I was worried that by using Palm::Ztxt, I'd be stepping on the work of the Palm::ZText author, but if you think that Palm::Ztxt would be fine, I'll go with that (and a put a disclaimer in the pod). Thank you, Rudy