Skip to content

Commit 0bfc8e0

Browse files
committed
Completely remove the JSON dependency by switching PG to using Mojo::JSON as well.
1 parent 5e81aa9 commit 0bfc8e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/check_modules.pl

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ =head1 DESCRIPTION
107107
IO::Socket::SSL
108108
Iterator
109109
Iterator::Util
110-
JSON
111110
Locale::Maketext::Lexicon
112111
Locale::Maketext::Simple
113112
LWP::Protocol::https

conf/defaults.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ ${pg}{modules} = [
13631363
[qw(PGcore PGalias PGresource PGloadfiles PGanswergroup PGresponsegroup Tie::IxHash)],
13641364
[qw(Locale::Maketext)],
13651365
[qw(WeBWorK::PG::Localize)],
1366-
[qw(JSON)],
1366+
[qw(Mojo::JSON)],
13671367
[qw(Rserve Class::Tiny IO::Handle)],
13681368
[qw(DragNDrop)],
13691369
[qw(Types::Serialiser)],

0 commit comments

Comments
 (0)