summaryrefslogtreecommitdiff
path: root/perl/perl-Inline-C/README
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-01-18 21:00:55 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-21 07:04:29 +0700
commitb54d897297e79f43409075b46a65927c56f9e000 (patch)
tree8ed578a7fea0e88ac07cc746f2a45af3a7abf240 /perl/perl-Inline-C/README
parent7eff6b964b319498e1e9b51012a0f88e1421cf31 (diff)
downloadslackbuilds-b54d897297e79f43409075b46a65927c56f9e000.tar.gz
perl/perl-Inline-C: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Inline-C/README')
-rw-r--r--perl/perl-Inline-C/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Inline-C/README b/perl/perl-Inline-C/README
index edfb28b3bc..7a8d3c58c6 100644
--- a/perl/perl-Inline-C/README
+++ b/perl/perl-Inline-C/README
@@ -1,13 +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
+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
+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
+You never actually use Inline::C directly. It is just a support module for
using Inline.pm with C.