in reply to Perl Module Make Format Conversion.
...documentation doesn’t even touch the makefile.pl format needed for a swig generated project...Really? What's http://www.swig.org/Doc1.3/Perl5.html then?
Anyway, I wouldn't go the SWIG route, I'd stick with plain XS (I can't remember ever successfully compiling a module wrapped with SWIG on win32).
For a quick comparison between XS and SWIG take a look at the swig version of String::Ediff and the XS version of the code. The intent of the module is to wrap a single C function.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl Module Make Format Conversion.
by Swordkeeper (Novice) on Mar 08, 2004 at 10:41 UTC | |
by PodMaster (Abbot) on Mar 08, 2004 at 11:53 UTC |