Group
Extension

Matches 3

Types-Bool ( F/FE/FERREIRA/Types-Bool-2.98012.tar.gz, FERREIRA, 2018; MetaCPAN )
Types-Bool/maint/gen-tests.pl ( view source; MetaCPAN )
\nplan skip_all => "$m needed for this test" if \$@;};
}

for my $m (qw(Types::Serialiser JSON::PP Cpanel::JSON::XS)) {
    for (qw(t/02-basic.t t/03-is-bool.t t/04-to-bool.t)) {
        my $t = file(
Types-Bool ( F/FE/FERREIRA/Types-Bool-2.98012.tar.gz, FERREIRA, 2018; MetaCPAN )
Types-Bool/lib/Types/Bool.pm ( view source; MetaCPAN )
 reasons, alias *Types::Bool::Impl with JSON::PP::Boolean
    *Types::Bool::Impl:: = *JSON::PP::Boolean::;

    # JSON/PP/Boolean.pm is redundant
    $INC{'JSON/PP/Boolean.pm'} ||= __FILE__
      unle
Types-Bool ( F/FE/FERREIRA/Types-Bool-2.98012.tar.gz, FERREIRA, 2018; MetaCPAN )
Types-Bool/lib/Types/Bool.pod ( view source; MetaCPAN )
type hierarchies, etc.

A solution for that was adopted for JSON modules
around 2012 by using references to C<1> or C<0>
blessed into L<JSON::PP::Boolean> which was chosen
as the canonical package for
 these objects.

The problem with that was the coupling with L<JSON::PP>
for no apparent good reason. Booleans are independent
of JSON and this association makes little sense
when loading documents in
c Lehmann's L<Types::Serialiser> approached this problem
by creating a common interface used by L<JSON::XS> and L<CBOR::XS>
modules. This module lifts this core concept (including
idea, implementation

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.