Skip to content

Commit 2d6bd07

Browse files
Theo van Hoeseloalders
authored andcommitted
export OK is_cacheable_by_default
1 parent c610be4 commit 2d6bd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HTTP/Status.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require 5.002; # because we use prototypes
99

1010
use base 'Exporter';
1111
our @EXPORT = qw(is_info is_success is_redirect is_error status_message);
12-
our @EXPORT_OK = qw(is_client_error is_server_error);
12+
our @EXPORT_OK = qw(is_client_error is_server_error is_cacheable_by_default);
1313

1414
# Note also addition of mnemonics to @EXPORT below
1515

0 commit comments

Comments
 (0)