ExtUtils-Depends Perl module
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. This works as long
as the base extension is loaded with the RTLD_GLOBAL flag (usually done
with a sub dl_load_flags {0x01} in the main .pm file) if you need to
use functions defined in the module.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / perl-ExtUtils-Depends
- Download package
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
ExtUtils-Depends-0.8000.tar.gz | 0000017923 17.5 KB | almost 2 years |
_link | 0000000156 156 Bytes | almost 2 years |
cpanspec.yml | 0000000566 566 Bytes | almost 2 years |
perl-ExtUtils-Depends.changes | 0000006041 5.9 KB | almost 2 years |
perl-ExtUtils-Depends.spec | 0000003935 3.84 KB | almost 2 years |
Comments for perl-ExtUtils-Depends 0