Skip to content

Commit 8f8840d

Browse files
Theo van Hoeseloalders
authored andcommitted
add RFC link to POD
1 parent 7058b03 commit 8f8840d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/HTTP/Status.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ sub is_cacheable_by_default ($) { $_[0] &&
124124
|| $_[0] == 414 # Request-URI Too Large
125125
|| $_[0] == 501 # Not Implemented
126126
); }
127+
127128
1;
128129

129130

@@ -277,7 +278,7 @@ This function is B<not> exported by default.
277278
Return TRUE if C<$code> indicates that a response is cacheable by default, and
278279
it can be reused by a cache with heuristic expiration. All other status codes
279280
are not cacheable by default. See L<RFC 7231 - HTTP/1.1 Semantics and Content,
280-
Section 6.1. Overview of Status Codes>
281+
Section 6.1. Overview of Status Codes|https://tools.ietf.org/html/rfc7231#section-6.1>.
281282
282283
This function is B<not> exported by default.
283284

0 commit comments

Comments
 (0)