devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-ExtUtils-ParseXS / DESCR
1 This Perl 5 module will compile XS code into C code by embedding
2 the constructs necessary to let C functions manipulate Perl values
3 and creates the glue necessary to let Perl access those functions.
4 The compiler uses typemaps to determine how to map C function
5 parameters and variables to Perl values.