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.
1 parent 8468a30 commit fb40d11Copy full SHA for fb40d11
lib/HTTP/Headers/Util.pm
@@ -5,7 +5,7 @@ use warnings;
5
6
our $VERSION = '6.30';
7
8
-use base 'Exporter';
+use Exporter 5.57 'import';
9
10
our @EXPORT_OK=qw(split_header_words _split_header_words join_header_words);
11
lib/HTTP/Status.pm
@@ -5,9 +5,9 @@ use warnings;
require 5.002; # because we use prototypes
our @EXPORT = qw(is_info is_success is_redirect is_error status_message);
12
our @EXPORT_OK = qw(is_client_error is_server_error is_cacheable_by_default);
13
0 commit comments