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