Explorar el Código

tweak version require

George S. Baugh hace 4 años
padre
commit
451595cee6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lib/Selenium/Client.pm

+ 2 - 1
lib/Selenium/Client.pm

@@ -5,7 +5,8 @@ package Selenium::Client;
 use strict;
 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';
 use feature qw/signatures/;