diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:58:58 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:58:58 -0400 |
commit | 5bfd0ea4168b7640a4eaa138db591cd0d14d6115 (patch) | |
tree | b4230ebae77a12de615872a4daea8a8f143bcc7a /perl/perl-Inline-C | |
parent | d28c6aac8dfc01804beaebddab3f2c35a984e750 (diff) | |
download | slackbuilds-5bfd0ea4168b7640a4eaa138db591cd0d14d6115.tar.gz |
perl/perl-Inline-C: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-Inline-C')
-rw-r--r-- | perl/perl-Inline-C/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/perl/perl-Inline-C/README b/perl/perl-Inline-C/README index 7a8d3c58c6..4579e66d4b 100644 --- a/perl/perl-Inline-C/README +++ b/perl/perl-Inline-C/README @@ -1,13 +1,14 @@ -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. +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. +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. +You never actually use Inline::C directly. It is just a support module +for using Inline.pm with C. |