Parcourir la source

Added local library path

Alois Mahdal (@azzgoat) il y a 11 ans
Parent
révision
bb9545431d
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1
    0
      t/001_base.t
  2. 1
    0
      t/002_index_route.t

+ 1
- 0
t/001_base.t Voir le fichier

@@ -1,5 +1,6 @@
1 1
 use Test::More tests => 1;
2 2
 use strict;
3 3
 use warnings;
4
+use lib 'lib';
4 5
 
5 6
 use_ok 'SugarTrail';

+ 1
- 0
t/002_index_route.t Voir le fichier

@@ -1,6 +1,7 @@
1 1
 use Test::More tests => 2;
2 2
 use strict;
3 3
 use warnings;
4
+use lib 'lib';
4 5
 
5 6
 # the order is important
6 7
 use SugarTrail;