SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-JSON-DWIW rpm build for : PCLinuxOS. For other distributions click perl-JSON-DWIW.

Name : perl-JSON-DWIW
Version : 0.470.0 Vendor : (none)
Release : 13pclos2017 Date : 2017-07-10 09:58:52
Group : Development/Perl Source RPM : perl-JSON-DWIW-0.470.0-13pclos2017.src.rpm
Size : 0.42 MB
Packager : bb2 < bb2>
Summary : Return a true or false value when
Description :
Other JSON modules require setting several parameters before calling the
conversion methods to do what I want. This module does things by default
that I think should be done when working with JSON in Perl. This module
also encodes and decodes faster than JSON.pm and JSON::Syck in my
benchmarks.

This means that any piece of data in Perl (assuming it\'s valid unicode)
will get converted to something in JSON instead of throwing an exception.
It also means that output will be strict JSON, while accepted input will be
flexible, without having to set any options.

Encoding
Perl objects get encoded as their underlying data structure, with the
exception of Math::BigInt and Math::BigFloat, which will be output as
numbers, and JSON::DWIW::Boolean, which will get output as a true or
false value (see the true() and false() methods). For example, a
blessed hash ref will be represented as an object in JSON, a blessed
array will be represented as an array. etc. A reference to a scalar is
dereferenced and represented as the scalar itself. Globs, Code refs,
etc., get stringified, and undef becomes null.

RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-JSON-DWIW-0.470.0-13pclos2017.x86_64.rpm
     

Provides :
DWIW.so()(64bit)
perl(JSON::DWIW)
perl(JSON::DWIW::Boolean)
perl(JSON::DWIW::Exporter)
perl-JSON-DWIW
perl-JSON-DWIW(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libperl.so()(64bit)
libperl.so.5.22()(64bit)
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)
perl(Test::More)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
perlapi-5.22.3
perl-base => 5.22.3
libc.so.6(GLIBC_2.4)(64bit)
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/JSON
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/JSON/DWIW
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/JSON/DWIW.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/JSON/DWIW/Boolean.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/JSON/DWIW/Changes.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/JSON
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/JSON/DWIW
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/JSON/DWIW/DWIW.so
/usr/share/doc/perl-JSON-DWIW
/usr/share/doc/perl-JSON-DWIW/META.yml
/usr/share/doc/perl-JSON-DWIW/README
/usr/share/man/man3/JSON::DWIW.3pm.bz2
/usr/share/man/man3/JSON::DWIW::Boolean.3pm.bz2
/usr/share/man/man3/JSON::DWIW::Changes.3pm.bz2

 
ICM