Browse Source

Added strict/warnings to test files.

Yes, SO late! I'm embarrassed... ;)
Alois Mahdal (@azzgoat) 11 years ago
parent
commit
6a47afd5b0
3 changed files with 6 additions and 0 deletions
  1. 2
    0
      t/Cond.t
  2. 2
    0
      t/Repo.t
  3. 2
    0
      t/Slave.t

+ 2
- 0
t/Cond.t View File

@@ -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 View File

@@ -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 View File

@@ -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';