Group
Extension

Matches 44

Math-BigInt ( P/PJ/PJACKLAM/Math-BigInt-2.003002.tar.gz, PJACKLAM, 2024; MetaCPAN )
Math-BigInt/xt/author/lib-arithmetic-binary-_log_int.t ( view source; MetaCPAN )
    SKIP: {
            skip "Scalar::Util not available", 1 unless $scalar_util_ok;

            isnt(refaddr($got[0]), refaddr($y),
                 "'$test' first output arg is not the second input
Math-BigInt ( P/PJ/PJACKLAM/Math-BigInt-2.003002.tar.gz, PJACKLAM, 2024; MetaCPAN )
Math-BigInt/xt/author/new-mbi.t ( view source; MetaCPAN )
 @keys = ('value');
        plan tests => scalar @keys;
        for my $key (@keys) {
            isnt(refaddr($y -> {$key}), refaddr($x -> {$key}),
                 'library thingy is a copy');
     
Math-BigInt ( P/PJ/PJACKLAM/Math-BigInt-2.003002.tar.gz, PJACKLAM, 2024; MetaCPAN )
Math-BigInt/xt/author/as_number-mbf.t ( view source; MetaCPAN )
th::BigFloat');
    is(ref($y), 'Math::BigInt', '$y is a Math::BigInt');
    cmp_ok($y, "==", 2, '$y == 2');
    isnt(refaddr($x), refaddr($y), '$x and $y are different objects');
};

done_testing();
Math-BigInt ( P/PJ/PJACKLAM/Math-BigInt-2.003002.tar.gz, PJACKLAM, 2024; MetaCPAN )
Math-BigInt/xt/author/as_int-mbi.t ( view source; MetaCPAN )

    is(ref($y), 'Math::BigInt', '$y is a Math::BigInt');
    cmp_ok($y, "==", 2, '$y == 2');
    isnt(refaddr($x), refaddr($y), '$x and $y are different objects');
};

note("as_int() returns a Math::

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