فهرست منبع

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;