Commit d666bae
geninfo: Change json module
Perl module JSON may not be present on all distributions. Switch to
using JSON:PP instead which is a Perl core module since Perl 5.14.0.
xref: https://perldoc.perl.org/5.14.0/index-modules-J.html
Note: JSON:PP is included in packages named perl-JSON-PP or
libjson-pp-perl on some distributions
Signed-off-by: Nehal J Wani <nehaljw.kkd1@gmail.com>
[oberpar@linux.ibm.com: fixed missing colon in use]1 parent 41bfb00 commit d666bae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments