Explorar el Código

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 hace 12 años
padre
commit
191c8ede54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;