ソースを参照

Added strict/warnings to test files.

Yes, SO late! I'm embarrassed... ;)
Alois Mahdal (@azzgoat) 12 年 前
コミット
6a47afd5b0
共有3 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 2
    0
      t/Cond.t
  2. 2
    0
      t/Repo.t
  3. 2
    0
      t/Slave.t

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

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

+ 2
- 0
t/Repo.t ファイルの表示

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

+ 2
- 0
t/Slave.t ファイルの表示

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