Parcourir la source

Added strict/warnings to test files.

Yes, SO late! I'm embarrassed... ;)
Alois Mahdal (@azzgoat) il y a 12 ans
Parent
révision
6a47afd5b0
3 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 2
    0
      t/Cond.t
  2. 2
    0
      t/Repo.t
  3. 2
    0
      t/Slave.t

+ 2
- 0
t/Cond.t Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

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