ソースを参照

Added shebangs to test files

Alois Mahdal (@azzgoat) 11 年 前
コミット
2f953f0638
共有3 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 1
    0
      t/Cond.t
  2. 1
    0
      t/Repo.t
  3. 1
    0
      t/Slave.t

+ 1
- 0
t/Cond.t ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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