opnsense-ports/www/p5-Selenium-Remote-Driver/files/patch-driver-example.pl
Franco Fichtner 9a2c491264 */*: sync with upstream
Taken from: FreeBSD
2017-04-24 06:54:48 +02:00

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;