浏览代码

Added strict/warnings to test files.

Yes, SO late! I'm embarrassed... ;)
Alois Mahdal (@azzgoat) 11 年前
父节点
当前提交
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';