Skip to content

Commit 234c821

Browse files
committed
Tidy line endings in Net/HTTP.pm
1 parent 3dd07fc commit 234c821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Net/HTTP.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ HTTP protocol is described in RFC 2616. The C<Net::HTTP> class
6767
supports C<HTTP/1.0> and C<HTTP/1.1>.
6868
6969
C<Net::HTTP> is a sub-class of one of C<IO::Socket::IP> (IPv6+IPv4),
70-
C<IO::Socket::INET6> (IPv6+IPv4), or C<IO::Socket::INET> (IPv4 only).
70+
C<IO::Socket::INET6> (IPv6+IPv4), or C<IO::Socket::INET> (IPv4 only).
7171
You can mix the methods described below with reading and writing from the
7272
socket directly. This is not necessary a good idea, unless you know what
7373
you are doing.
@@ -164,7 +164,7 @@ format_request(). Returns true if successful.
164164
165165
=item $s->format_chunk( $data )
166166
167-
Returns the string to be written for the given chunk of data.
167+
Returns the string to be written for the given chunk of data.
168168
169169
=item $s->write_chunk($data)
170170

0 commit comments

Comments
 (0)