Skip to content

Commit

Permalink
Merge pull request #9 from paultcochrane/pr/remove-exec-bit-from-tests
Browse files Browse the repository at this point in the history
Remove executable bit from tests
  • Loading branch information
geofffranks committed Oct 26, 2015
2 parents d70d88d + a9d8cdf commit 8fffbd8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions t/inheritance.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/perl

use Test::MockModule;
use Test::More;

Expand Down
2 changes: 1 addition & 1 deletion t/mockmodule.t
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
use warnings;
use strict;
use Test::More;

Expand Down
1 change: 0 additions & 1 deletion t/pod.t
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/perl
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
Expand Down
1 change: 0 additions & 1 deletion t/pod_coverage.t
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/perl
use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing pod coverage" if $@;
Expand Down

0 comments on commit 8fffbd8

Please sign in to comment.