We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2484983 + ef41b31 commit c75a04cCopy full SHA for c75a04c
t/01-parse.t
@@ -1,6 +1,4 @@
1
use v6;
2
-BEGIN { @*INC.push('lib') };
3
-
4
use JSON::Tiny::Grammar;
5
use Test;
6
t/02-structure.t
@@ -1,5 +1,4 @@
use JSON::Tiny;
t/03-unicode.t
use JSON::Tiny::Actions;
t/04-roundtrip.t
-BEGIN { @*INC.push: 'lib' };
my @s =
t/05-utf16.t
0 commit comments