Pārlūkot izejas kodu

Added local library path

Alois Mahdal (@azzgoat) 13 gadus atpakaļ
vecāks
revīzija
bb9545431d
2 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 1
    0
      t/001_base.t
  2. 1
    0
      t/002_index_route.t

+ 1
- 0
t/001_base.t Parādīt failu

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

+ 1
- 0
t/002_index_route.t Parādīt failu

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