@@ -47,7 +47,7 @@ the following should start up Firefox for you:
#### Locally
```perl
-#! /usr/bin/perl
+#!/bin/env perl
use strict;
use warnings;
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
use Selenium::Remote::Driver;
use Test::More tests=>4;
@@ -191,7 +191,7 @@ mock responses to specific functions
=head2 Record interactions
- #!perl
+ #!/bin/env perl
@@ -1,4 +1,3 @@
@@ -1,3 +1,4 @@
+
-#!perl
@@ -1,6 +1,7 @@
+use 5.010;
-use 5.010;
use Test::More;
use Test::Selenium::Remote::Driver;
-#!/usr/bin/env perl
use Test::Fatal;
use Selenium::Remote::Mock::Commands;
use Selenium::Remote::Mock::RemoteConnection;
-#!perl -T