Skip to content

Commit

Permalink
Fix removed @*INC
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Dec 4, 2015
1 parent 8fe75ac commit 9b29320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/client.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BEGIN { @*INC.unshift('lib') }
use lib 'lib';

use Test;
use JSON::Tiny;
Expand Down
2 changes: 1 addition & 1 deletion t/server.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BEGIN { @*INC.unshift( 'lib' ) }
use lib 'lib';

use Test;
use JSON::Tiny;
Expand Down

0 comments on commit 9b29320

Please sign in to comment.