diff options
Diffstat (limited to 'perl/perl-extutils-depends/README')
-rw-r--r-- | perl/perl-extutils-depends/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-extutils-depends/README b/perl/perl-extutils-depends/README new file mode 100644 index 0000000000..eb5930e54a --- /dev/null +++ b/perl/perl-extutils-depends/README @@ -0,0 +1,6 @@ +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. |