We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_cacheable_by_default
1 parent c610be4 commit 2d6bd07Copy full SHA for 2d6bd07
lib/HTTP/Status.pm
@@ -9,7 +9,7 @@ require 5.002; # because we use prototypes
9
10
use base 'Exporter';
11
our @EXPORT = qw(is_info is_success is_redirect is_error status_message);
12
-our @EXPORT_OK = qw(is_client_error is_server_error);
+our @EXPORT_OK = qw(is_client_error is_server_error is_cacheable_by_default);
13
14
# Note also addition of mnemonics to @EXPORT below
15
0 commit comments