mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
8 lines
186 B
Perl
8 lines
186 B
Perl
--- driver-example.pl.orig 2017-04-22 12:20:37 UTC
|
|
+++ driver-example.pl
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/env perl
|
|
+#!/usr/bin/env perl
|
|
use Selenium::Remote::Driver;
|
|
use Test::More tests=>4;
|
|
|