Skip to content

Commit

Permalink
Added hash bang line
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 19, 2018
1 parent d28a0f4 commit 5de3c05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions t/coverage.t
@@ -1,3 +1,5 @@
#!perl -w

use strict;
use warnings;
use Test::Most;
Expand Down
3 changes: 2 additions & 1 deletion t/port.t
@@ -1,7 +1,8 @@
use Test::Most;
#!perl -w

use warnings;
use strict;
use Test::Most;

eval 'use Test::Portability::Files';
plan skip_all => "Test::Portability::Files required for testing filenames portability" if $@;
Expand Down

0 comments on commit 5de3c05

Please sign in to comment.