瀏覽代碼

tweak version require

George S. Baugh 4 年之前
父節點
當前提交
451595cee6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/Selenium/Client.pm

+ 2 - 1
lib/Selenium/Client.pm

@@ -5,7 +5,8 @@ package Selenium::Client;
 use strict;
 use strict;
 use warnings;
 use warnings;
 
 
-use v5.28;
+use 5.006;
+use v5.28.0;    # Before 5.006, v5.10.0 would not be understood.
 
 
 no warnings 'experimental';
 no warnings 'experimental';
 use feature qw/signatures/;
 use feature qw/signatures/;