معرفی شرکت ها


perl-JSON-PP-2.97.001-3.el8.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

JSON::XS compatible pure-Perl module
ویژگی مقدار
سیستم عامل Linux
توزیع CloudLinux 8
مخزن AlmaLinux AppStream noarch
نام بسته perl-JSON-PP
نام فایل بسته perl-JSON-PP-2.97.001-3.el8.noarch.rpm
نسخه بسته 2.97.001
انتشار بسته 3.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 14 Oct 2019 03
هاست سازنده build.cloudlinux.com
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/JSON-PP/
مجوز GPL+ or Artistic
حجم دانلود 68K
حجم نصب 126.618K
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.


جایگزین ها



نیازمندی

مقدار نام
- /usr/bin/perl
- perl(:MODULE_COMPAT_5.26.3)
>= 5.5.0 perl(:VERSION)
- perl(Carp)
- perl(Data::Dumper)
- perl(Encode)
- perl(Exporter)
- perl(Getopt::Long)
- perl(JSON::PP)
- perl(JSON::PP::Boolean)
- perl(Math::BigFloat)
- perl(Math::BigInt)
>= 1.08 perl(Scalar::Util)
- perl(bytes)
- perl(constant)
- perl(overload)
- perl(strict)
- perl(utf8)


ارائه دهنده

مقدار نام
= 2.97001 perl(JSON::PP)
= 2.97001 perl(JSON::PP::Boolean)
= 1.01 perl(JSON::PP::IncrParser)
= 1:2.97.001-3.el8 perl-JSON-PP


نحوه نصب


نصب پکیج rpm perl-JSON-PP:

    dnf install perl-JSON-PP-2.97.001-3.el8.noarch.rpm


فایل ها

مسیرها
/usr/bin/json_pp
/usr/share/doc/perl-JSON-PP
/usr/share/doc/perl-JSON-PP/Changes
/usr/share/doc/perl-JSON-PP/README
/usr/share/man/man1/json_pp.1.gz
/usr/share/man/man3/JSON::PP.3pm.gz
/usr/share/man/man3/JSON::PP::Boolean.3pm.gz
/usr/share/perl5/vendor_perl/JSON
/usr/share/perl5/vendor_perl/JSON/PP
/usr/share/perl5/vendor_perl/JSON/PP.pm
/usr/share/perl5/vendor_perl/JSON/PP/Boolean.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2018-06-08

Use perl-interpreter on RHEL

2018-02-08

Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

2017-12-22

Update to 2.97001
Tweak internal number detector always to consider a flagged value as a
Clarify json_pp options (CPAN RT#123766)

2017-11-21

Update to 2.97000
Fix is_bool to use blessed() instead of ref()
Use 5 digit minor version number for a while to avoid confusion (GH#33)
Stick to 2 digit minor version downstream as we already bumped epoch

2017-11-20

Update to 2.96
json_pp now prints an encoded json string (CPAN RT#123653)
Fix is_bool to use ->isa("JSON::PP::Boolean"), instead of
Avoid use of newer Test::More features (CPAN RT#122421)

2017-07-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

2017-06-07

Perl 5.26 re-rebuild of bootstrapped packages

2017-06-03

Perl 5.26 rebuild

2017-05-29

Update to 2.94
Fix a test to support perl 5.6

2017-05-17

Update to 2.93
Changed the number detection logic (experimental)
Correct 0 handling (GH#23)
Removed base.pm dependency (GH#5)
Fixed wrong character offset (CPAN RT#116998)
Address VAX issues (CPAN RT#118469)
Various documentation fixes
Remove . in @INC in json_pp (GH#25, CVE-2016-1238)
Removed $VAR1 from json_pp output (GH#11)
Fixed an issue to ignore trailing 0 (GH#29)
Added Scalar::Util dependency for Perl 5.8+ (CPAN RT#84347)
Fixed issues spotted by Nicolas Seriot's JSON Test Suite including
16/32 support and backward incompatible change of
Moved the guts of JSON::PP::Boolean into lib/JSON/PP/Boolean.pm and gave
Refactored incremental parser to let it handle incomplete JSON text
Imported and tweaked tests from JSON.pm
Minor code clean up
Reworked documentation, based on the one for JSON::XS
Let json_pp utility show the version of JSON::PP
Fix loading order of B module (GH#31)
Fixed isa tests for bignum
This release by ISHIGAKI → update source URL
Use five-digit version number for rpm to maintain upgrade path
Drop EL-5 support
Drop BuildRoot: and Group: tags
Drop explicit buildroot cleaning in %install section
Drop explicit %clean section

2017-02-11

Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

2016-08-02

Avoid loading optional modules from default . (CVE-2016-1238)

2016-05-18

Perl 5.24 re-rebuild of bootstrapped packages

2016-05-14

Perl 5.24 rebuild

2016-04-25

Update to 2.27400
Applied and merged long term neglected patches and pull requests
Modified Makefile.PL to set UNINST=1 if needed on old perls
Decode decimals to Perl's internal NV type
Simplify find command using -delete

2016-02-04

Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild