summaryrefslogtreecommitdiff
path: root/perl/perl-Inline-C/README
diff options
context:
space:
mode:
authorGlenn Becker <glenn.becker@gmail.com>2015-12-05 01:13:45 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-05 01:14:01 +0700
commit235531df2bc3c95c07c279dfd3e22d99fa61dd0f (patch)
tree48944c85ca463711c2e635180db2f6cdf886ee04 /perl/perl-Inline-C/README
parente754ebb72ebe4ea58ee1b248304285a7ac8e0c21 (diff)
downloadslackbuilds-235531df2bc3c95c07c279dfd3e22d99fa61dd0f.tar.gz
perl/perl-Inline-C: Added (C language support for Inline).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Inline-C/README')
-rw-r--r--perl/perl-Inline-C/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/perl/perl-Inline-C/README b/perl/perl-Inline-C/README
new file mode 100644
index 0000000000..edfb28b3bc
--- /dev/null
+++ b/perl/perl-Inline-C/README
@@ -0,0 +1,13 @@
+Inline::C is a module that allows you to write Perl subroutines in C. Since
+version 0.30 the Inline module supports multiple programming languages and
+each language has its own support module. This document describes how to use
+Inline with the C programming language. It also goes a bit into Perl C
+internals.
+
+If you want to start working with programming examples right away, check out
+Inline::C::Cookbook. For more information on Inline in general, see Inline.
+
+USAGE
+
+You never actually use Inline::C directly. It is just a support module for
+using Inline.pm with C.