Skip to content

Commit 13725af

Browse files
Max Maischeinoalders
authored andcommitted
Remove superfluous 5.002 requirement
The "our" syntax requires 5.6 anyway
1 parent fb40d11 commit 13725af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/HTTP/Status.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use warnings;
66
our $VERSION = '6.30';
77

88
use Exporter 5.57 'import';
9-
require 5.002; # because we use prototypes
109

1110
our @EXPORT = qw(is_info is_success is_redirect is_error status_message);
1211
our @EXPORT_OK = qw(is_client_error is_server_error is_cacheable_by_default);

0 commit comments

Comments
 (0)