freebsd-ports/devel/p5-ExtUtils-Depends/pkg-descr
Sergey Skvortsov d8aaaf6413 Add p5-ExtUtils-Depends 0.102,
easily build XS extensions that
depend on XS extensions.
2003-10-18 12:28:24 +00:00

16 lines
548 B
Text

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.
WWW: http://search.cpan.org/dist/ExtUtils-Depends/
-- Sergey Skvortsov
skv@FreeBSD.org