summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:58:47 +0100
committer B. Watson2022-03-14 08:58:47 +0100
commitb41e5065755a3e00f9ad9f9ef7a608cbaf89ec29 (patch)
treef32ff76c740b3ccbae0f7f47861270af4c64fd90 /perl
parent62a6f7059e0ddffa1d88d2422ca4eb02adee1e0b (diff)
downloadslackbuilds-b41e5065755a3e00f9ad9f9ef7a608cbaf89ec29.tar.gz
perl/perl-IO-Tty: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-IO-Tty/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-IO-Tty/README b/perl/perl-IO-Tty/README
index 9ac44f7740..9fb41d82d4 100644
--- a/perl/perl-IO-Tty/README
+++ b/perl/perl-IO-Tty/README
@@ -1,8 +1,8 @@
IO::Tty - Perl extension that provides an interface to allow the
creation of a pseudo tty.
-IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not use
-it directly except to import constants, use IO::Pty.
+IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not
+use it directly except to import constants, use IO::Pty.
-IO::Pty inherits from IO::Handle and so provides all the methods defined
-by the IO::Handle package.
+IO::Pty inherits from IO::Handle and so provides all the methods
+defined by the IO::Handle package.