Пакет perl-JSON-PP-1:4.04-2.module+el8.9.0+104+7457d333.noarch
| Имя | perl-JSON-PP |
|---|---|
| Эпоха | 1 |
| Версия | 4.04 |
| Релиз | 2.module+el8.9.0+104+7457d333 |
| Архитектура | noarch |
| Сайт | https://metacpan.org/release/JSON-PP |
| Лицензия | GPL+ or Artistic |
| Время сборки | 2024-04-30 10:14:29 |
| Хост сборки | builder-x86-04.inferitos.ru |
| Краткое описание | JSON::XS compatible pure-Perl module |
| Репозитории | AppStream |
| Полное описание | JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment. JSON::PP is a pure-Perl module and is compatible with JSON::XS. |
| Эррата | — |
| Размер | 76 КиБ |
| Исходный проект | perl-JSON-PP-4.04-2.module+el8.9.0+104+7457d333 |
| Контрольная сумма SHA-256 | 940d57f95766ef0923d09d466b4b875f8e9f4151e1fdf42d22fcb3d0b6842f27 |
| Module | perl-5.30-8090020240429180647.8af31532 |
×
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:4.04-2
- Rebuilt for MSVSphere 8.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Jun 29 2019 Paul Howarth <paul@city-fan.org> - 1:4.04-1
- Update to 4.04
- Document indent_length option (GH#48)
* Wed Jun 19 2019 Paul Howarth <paul@city-fan.org> - 1:4.03-1
- Update to 4.03
- (Encode::)decode json_pp input properly by default (GH#47)
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.02-439
- Perl 5.30 re-rebuild of bootstrapped packages
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.02-438
- Increase release to favour standalone package
* Sat Feb 23 2019 Paul Howarth <paul@city-fan.org> - 1:4.02-1
- Update to 4.02
- Fix a test that breaks if perl is compiled with -Dquadmath (CPAN RT#128589)
* Fri Feb 22 2019 Paul Howarth <paul@city-fan.org> - 1:4.01-1
- Update to 4.01
- Allow to pass indent_length to json_pp (GH#46)
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.00-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Dec 07 2018 Paul Howarth <paul@city-fan.org> - 1:4.00-1
- Update to 4.00
- BACKWARD INCOMPATIBILITY: As JSON::XS 4.0 changed its policy and enabled
allow_nonref by default, JSON::PP also enabled allow_nonref by default
- Implement allow_tags that was introduced by JSON::XS 3.0
- Add boolean_values that was introduced by JSON::XS 4.0
- Allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does
- Allow PERL_JSON_PP_USE_B environmental variable to restore old number
detection behavior for compatibility
- Various documentation updates
- Drop provides filter, no longer needed