projects
/
p5sagit/JSON-MaybeXS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
692843d
)
cope with no-dot-in-inc in xt tests
Graham Knop [Tue, 8 May 2018 11:40:15 +0000 (13:40 +0200)]
xt/json_pp_legacy.t
patch
|
blob
|
blame
|
history
xt/json_xs_legacy.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/json_pp_legacy.t
b/xt/json_pp_legacy.t
index
b69b5c9
..
2a355e7
100644
(file)
--- a/
xt/json_pp_legacy.t
+++ b/
xt/json_pp_legacy.t
@@
-3,4
+3,4
@@
use warnings;
$ENV{PERL_JSON_BACKEND} = 'JSON::PP';
-require 'xt/json_pm_legacy.t';
+require './xt/json_pm_legacy.t';
diff --git
a/xt/json_xs_legacy.t
b/xt/json_xs_legacy.t
index
ae672c5
..
6af9d48
100644
(file)
--- a/
xt/json_xs_legacy.t
+++ b/
xt/json_xs_legacy.t
@@
-3,4
+3,4
@@
use warnings;
$ENV{PERL_JSON_BACKEND} = 'JSON::XS';
-require 'xt/json_pm_legacy.t';
+require './xt/json_pm_legacy.t';