Alien-LibJQ
view release on metacpan or search on metacpan
jq/builtin.c.patch view on Meta::CPAN
--- src/builtin.c.orig 2021-02-20 21:23:48.927878700 +0800
+++ src/builtin.c 2021-02-20 21:27:36.698376700 +0800
@@ -42,6 +42,9 @@
#include "locfile.h"
#include "jv_unicode.h"
#include "jv_alloc.h"
+#ifndef HAVE_SETENV
+#include "setenv.h"
+#endif
static jv type_error(jv bad, const char* msg) {
( run in 2.642 seconds using v1.01-cache-2.11-cpan-70e19b8f4f1 )