Skip to content
Snippets Groups Projects
Commit 9b77c4dc authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- use feature flag

parent 3f6af948
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,10 @@
use strict;
use warnings;
use utf8;
use feature qw(say);
use Selenium::Remote::Driver;
use Selenium::Chrome;
use Term::ANSIColor; # colored print
use v5.10;
BEGIN {
if ($^O eq 'MSWin32') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment