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

- use feature flag

parent 308f3221
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
use strict; use strict;
use warnings; use warnings;
use utf8; use utf8;
use feature qw(say);
use Selenium::Remote::Driver; use Selenium::Remote::Driver;
use Selenium::Chrome; use Selenium::Chrome;
use Term::ANSIColor; # colored print use Term::ANSIColor; # colored print
use Data::Printer; use Data::Printer;
use v5.10;
my $host = shift; my $host = shift;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment