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 fb40d11 commit 13725afCopy full SHA for 13725af
lib/HTTP/Status.pm
@@ -6,7 +6,6 @@ use warnings;
6
our $VERSION = '6.30';
7
8
use Exporter 5.57 'import';
9
-require 5.002; # because we use prototypes
10
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 is_cacheable_by_default);
0 commit comments