@@ -27,6 +27,8 @@ LWP::Protocol::PSGI = 0
Test::More = 0
[Prereqs / RuntimeRequires]
+perl = 5.010
+
Carp = 0
HTTP::Headers = 0
HTTP::Request = 0
@@ -2,6 +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 Carp;
our @CARP_NOT;