Skip to content

Commit

Permalink
Merge pull request #27 from paultcochrane/pr/add-shebang-to-tests
Browse files Browse the repository at this point in the history
Add shebang line to test scripts
  • Loading branch information
fayland committed Apr 10, 2017
2 parents f3a3660 + ae0e29e commit 240d7fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/badges.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use strict;
use warnings;
use lib 't/lib';
Expand Down
2 changes: 2 additions & 0 deletions t/encoding.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use strict;
use warnings;
use lib 't/lib';
Expand Down
2 changes: 2 additions & 0 deletions t/names.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use strict;
use warnings;
use lib 't/lib';
Expand Down
2 changes: 2 additions & 0 deletions t/phase.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use strict;
use warnings;
use lib 't/lib';
Expand Down
2 changes: 2 additions & 0 deletions t/place.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use strict;
use warnings;
use lib 't/lib';
Expand Down

0 comments on commit 240d7fa

Please sign in to comment.