summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:06:14 +0100
committer B. Watson2022-03-14 09:06:14 +0100
commitccb27f559d387cac8ad8d58a78b9220d1190162b (patch)
treebbc4c90f21d98edc5b1a21c725d2413f8a86c69a /perl
parentde2dd3c712a3ac6d8703be2f31f68c5431c1195c (diff)
downloadslackbuilds-ccb27f559d387cac8ad8d58a78b9220d1190162b.tar.gz
perl/perl-http-tiny: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-http-tiny/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-http-tiny/README b/perl/perl-http-tiny/README
index e54fbf41a0..7d2ec42239 100644
--- a/perl/perl-http-tiny/README
+++ b/perl/perl-http-tiny/README
@@ -1,13 +1,13 @@
- HTTP::Tiny - A small, simple, correct HTTP/1.1 client
+HTTP::Tiny - A small, simple, correct HTTP/1.1 client
- This is a very simple HTTP/1.1 client, designed for doing simple
- requests without the overhead of a large framework like LWP::UserAgent.
+This is a very simple HTTP/1.1 client, designed for doing simple
+requests without the overhead of a large framework like LWP::UserAgent.
- It is more correct and more complete than HTTP::Lite. It supports
- proxies and redirection. It also correctly resumes after EINTR.
+It is more correct and more complete than HTTP::Lite. It supports
+proxies and redirection. It also correctly resumes after EINTR.
- If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it
- instead of IO::Socket::INET for transparent support for both IPv4 and
- IPv6.
+If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it
+instead of IO::Socket::INET for transparent support for both IPv4 and
+IPv6.
- Cookie support requires HTTP::CookieJar or an equivalent class.
+Cookie support requires HTTP::CookieJar or an equivalent class.