https://bugs.koozali.org/show_bug.cgi?id=13137

            Bug ID: 13137
           Summary: escape_slash is not supported by JSON::XS
    Classification: Contribs
           Product: SME Contribs
           Version: 11.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-nextcloud
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

Sep 11 10:15:56 home esmith::event[11674]: escape_slash is not supported by
JSON::XS. at /etc/e-smith/events/ibay-modify/S30nextcloud-occ-conf line 27.
Sep 11 10:15:56 home esmith::event[11674]: Configuring user john (john)


and this is stated also here
https://metacpan.org/pod/JSON

use JSON -support_by_pp;
my $json = JSON->new;
# escape_slash is for JSON::PP only.
$json->allow_nonref->escape_slash->encode("/");

I do not see this error myself, but John did report it

on  my machine I see
perl-JSON-4.05-1.of.el7.noarch
perl-JSON-PP-2.27300-1.of.el7.noarch

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to