Browse Source

It doesn't make sense to set the minimum version to both 5.6 and 5.10.

Just set it to 5.10.
Mark Stosberg 12 năm trước cách đây
mục cha
commit
191c8ede54
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Selenium/Remote/Driver.pm

+ 1 - 1
lib/Selenium/Remote/Driver.pm

@@ -2,7 +2,7 @@ package Selenium::Remote::Driver;
 
 use strict;
 use warnings;
-use 5.006; use v5.10.0; # See http://perldoc.perl.org/5.10.0/functions/use.html#use-VERSION
+use v5.10.0;
 
 use Carp;
 our @CARP_NOT;