Sfoglia il codice sorgente

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 anni fa
parent
commit
191c8ede54
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;