Explorar o código

tweak version require

George S. Baugh %!s(int64=4) %!d(string=hai) anos
pai
achega
451595cee6
Modificáronse 1 ficheiros con 2 adicións e 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/;