Browse Source

Added shebangs to test files

Alois Mahdal (@azzgoat) 11 years ago
parent
commit
2f953f0638
3 changed files with 3 additions and 0 deletions
  1. 1
    0
      t/Cond.t
  2. 1
    0
      t/Repo.t
  3. 1
    0
      t/Slave.t

+ 1
- 0
t/Cond.t View File

@@ -1,3 +1,4 @@
1
+#!/usr/bin/perl
1 2
 use Test::More;
2 3
 
3 4
 use lib 'lib';

+ 1
- 0
t/Repo.t View File

@@ -1,3 +1,4 @@
1
+#!/usr/bin/perl
1 2
 use Test::More;
2 3
 
3 4
 use lib 'lib';

+ 1
- 0
t/Slave.t View File

@@ -1,3 +1,4 @@
1
+#!/usr/bin/perl
1 2
 use Test::More;
2 3
 
3 4
 use lib 'lib';