Skip to content

Commit

Permalink
Merge pull request #10 from zoffixznet/fix-inc
Browse files Browse the repository at this point in the history
Fix removed @*INC
  • Loading branch information
supernovus committed Dec 6, 2015
2 parents 14748a1 + 98f92fa commit 2e078ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion t/01-simple.t
@@ -1,6 +1,6 @@
use v6;

#BEGIN { @*INC.unshift: './lib'; }
#use lib 'lib';

use Test;
use Template6;
Expand Down
2 changes: 1 addition & 1 deletion t/02-for.t
@@ -1,6 +1,6 @@
use v6;

#BEGIN { @*INC.unshift: './lib'; }
#use lib 'lib';

use Test;
use Template6;
Expand Down
2 changes: 1 addition & 1 deletion t/03-if.t
@@ -1,6 +1,6 @@
use v6;

#BEGIN { @*INC.unshift: './lib'; }
#use lib 'lib';

use Test;
use Template6;
Expand Down
2 changes: 1 addition & 1 deletion t/04-nest.t
@@ -1,6 +1,6 @@
use v6;

#BEGIN { @*INC.unshift: './lib'; }
#use lib 'lib';

use Test;
use Template6;
Expand Down
2 changes: 1 addition & 1 deletion t/05-includes.t
@@ -1,6 +1,6 @@
use v6;

#BEGIN { @*INC.unshift: './lib'; }
#use lib 'lib';

use Test;
use Template6;
Expand Down

0 comments on commit 2e078ff

Please sign in to comment.