Skip to content

Commit

Permalink
bump up JSON v4.03 and JSON::PP v4.06 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jan 25, 2021
1 parent 4d54d65 commit 78f3307
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scripts/darwin/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sub run {

group "install common CPAN modules" => sub {
# JSON
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz', 'JSON', '5.5.3');
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.03.tar.gz', 'JSON', '5.5.3');

# Cpanel::JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.25.tar.gz', 'Cpanel::JSON::XS', '5.6.2');
Expand All @@ -130,7 +130,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-0.2311.tar.gz', 'File::Temp', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/JSON-PP-Compat5006-1.09.tar.gz', 'JSON::PP::Compat5006', '5.6.0', '5.8.0');
# JSON::PP
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.05.tar.gz', 'JSON::PP', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.06.tar.gz', 'JSON::PP', '5.6.0');

# JSON::MaybeXS
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004003.tar.gz', 'JSON::MaybeXS', '5.6.0');
Expand Down
4 changes: 2 additions & 2 deletions scripts/linux/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sub run {

group "install common CPAN modules" => sub {
# JSON
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz', 'JSON', '5.5.3');
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.03.tar.gz', 'JSON', '5.5.3');

# Cpanel::JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.25.tar.gz', 'Cpanel::JSON::XS', '5.6.2');
Expand All @@ -129,7 +129,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-0.2311.tar.gz', 'File::Temp', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/JSON-PP-Compat5006-1.09.tar.gz', 'JSON::PP::Compat5006', '5.6.0', '5.8.0');
# JSON::PP
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.05.tar.gz', 'JSON::PP', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.06.tar.gz', 'JSON::PP', '5.6.0');

# JSON::MaybeXS
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004003.tar.gz', 'JSON::MaybeXS', '5.6.0');
Expand Down
4 changes: 2 additions & 2 deletions scripts/windows/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/J/JD/JDB/Win32-0.54.tar.gz', 'Win32', '5.6.0', '5.8.3');

# JSON
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz', 'JSON', '5.5.3');
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.03.tar.gz', 'JSON', '5.5.3');

# Cpanel::JSON::XS
cpan_install('https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.25.tar.gz', 'Cpanel::JSON::XS', '5.6.2');
Expand All @@ -185,7 +185,7 @@ sub run {
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-Temp-0.2311.tar.gz', 'File::Temp', '5.6.0', '5.6.1');
cpan_install('https://cpan.metacpan.org/authors/id/M/MA/MAKAMAKA/JSON-PP-Compat5006-1.09.tar.gz', 'JSON::PP::Compat5006', '5.6.0', '5.8.0');
# JSON::PP
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.05.tar.gz', 'JSON::PP', '5.6.0');
cpan_install('https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-PP-4.06.tar.gz', 'JSON::PP', '5.6.0');

# JSON::MaybeXS
cpan_install('https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004003.tar.gz', 'JSON::MaybeXS', '5.6.0');
Expand Down

0 comments on commit 78f3307

Please sign in to comment.