ソースを参照

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 年 前
コミット
191c8ede54
1 ファイル変更1 行追加1 行削除
  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;