Bugzilla – Attachment 113254 Details for
Bug 26893
New version of JSON::Validator (D11) breaks our REST API routes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26893: Limit JSON::Validator versions
Bug-26893-Limit-JSONValidator-versions.patch (text/plain), 749 bytes, created by
Martin Renvoize (ashimema)
on 2020-11-06 15:37:20 UTC
(
hide
)
Description:
Bug 26893: Limit JSON::Validator versions
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-11-06 15:37:20 UTC
Size:
749 bytes
patch
obsolete
>From ad48228903e898a7f8777c70e9c0de1148dcf4cd Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 6 Nov 2020 15:36:49 +0000 >Subject: [PATCH] Bug 26893: Limit JSON::Validator versions > >--- > cpanfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index a65551f512..120b80837e 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -54,7 +54,7 @@ requires 'HTTP::OAI', '3.2'; > requires 'HTTP::Request::Common', '1.26'; > requires 'IPC::Cmd', '0.46'; > requires 'JSON', '2.07'; >-requires 'JSON::Validator', '0.97'; >+requires 'JSON::Validator', '>= 0.97, <= 4.05'; > requires 'LWP::Simple', '1.41'; > requires 'LWP::UserAgent', '2.033'; > requires 'Library::CallNumber::LC', '0.22'; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26893
: 113254