blob: b93b0ad46915e524da25a985c0662baacb888221 (
plain)
1
2
3
4
|
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.
|