Group
Extension

Matches 7

bignum ( P/PJ/PJACKLAM/bignum-0.67.tar.gz, FLORA, 2023; MetaCPAN )
bignum/t/scope_i.t ( view source; MetaCPAN )
ans these do not get overloaded for older Perls:
use bigint;

isnt (ref(1), '', 'is in effect');
isnt (ref(2.0), '', 'is in effect');
isnt (ref(0x20), '', 'is in effect');

SKIP: {
  skip ('Need at le
 '', 'is not in effect');
  is (ref(0x20), '', 'is not in effect');

  isnt (ref(hex(9)), 'Math::BigInt', 'hex is not overloaded');
  isnt (ref(oct(07)), 'Math::BigInt', 'oct is not overloaded');

}

bignum ( P/PJ/PJACKLAM/bignum-0.67.tar.gz, FLORA, 2023; MetaCPAN )
bignum/t/scope_f.t ( view source; MetaCPAN )
ans these do not get overloaded for older Perls:
use bignum;

isnt (ref(1), '', 'is in effect');
isnt (ref(2.0), '', 'is in effect');
isnt (ref(0x20), '', 'is in effect');

SKIP: {
  skip ('Need at le
, '', 'is not in effect');
  is (ref(0x20), '', 'is not in effect');

  isnt (ref(hex(9)), 'Math::BigInt', 'hex is not overloaded');
  isnt (ref(oct(07)), 'Math::BigInt', 'oct is not overloaded');
}

bignum ( P/PJ/PJACKLAM/bignum-0.67.tar.gz, FLORA, 2023; MetaCPAN )
bignum/t/scope_r.t ( view source; MetaCPAN )
ans these do not get overloaded for older Perls:
use bigrat;

isnt (ref(1), '', 'is in effect');
isnt (ref(2.0), '', 'is in effect');
isnt (ref(0x20), '', 'is in effect');

SKIP: {
  skip ('Need at le
, '', 'is not in effect');
  is (ref(0x20), '', 'is not in effect');

  isnt (ref(hex(9)), 'Math::BigInt', 'hex is not overloaded');
  isnt (ref(oct(07)), 'Math::BigInt', 'oct is not overloaded');
}

bignum ( P/PJ/PJACKLAM/bignum-0.67.tar.gz, PJACKLAM, 2023; MetaCPAN )
bignum/t/scope-bigrat.t ( view source; MetaCPAN )
ns these do not get overloaded for older Perls:
use bigrat;

isnt(ref(1),    '', 'is in effect');
isnt(ref(2.0),  '', 'is in effect');
isnt(ref(0x20), '', 'is in effect');

SKIP: {
    # Quote numbers
bignum ( P/PJ/PJACKLAM/bignum-0.67.tar.gz, PJACKLAM, 2023; MetaCPAN )
bignum/t/scope-bignum.t ( view source; MetaCPAN )
ns these do not get overloaded for older Perls:
use bignum;

isnt(ref(1),    '', 'is in effect');
isnt(ref(2.0),  '', 'is in effect');
isnt(ref(0x20), '', 'is in effect');

SKIP: {
    # Quote numbers
bignum ( P/PJ/PJACKLAM/bignum-0.67.tar.gz, PJACKLAM, 2023; MetaCPAN )
bignum/t/scope-bigfloat.t ( view source; MetaCPAN )
 these do not get overloaded for older Perls:
use bigfloat;

isnt(ref(1),    '', 'is in effect');
isnt(ref(2.0),  '', 'is in effect');
isnt(ref(0x20), '', 'is in effect');

SKIP: {
    # Quote numbers
bignum ( P/PJ/PJACKLAM/bignum-0.67.tar.gz, PJACKLAM, 2023; MetaCPAN )
bignum/t/scope-bigint.t ( view source; MetaCPAN )
ns these do not get overloaded for older Perls:
use bigint;

isnt(ref(1),    '', 'is in effect');
isnt(ref(2.0),  '', 'is in effect');
isnt(ref(0x20), '', 'is in effect');

SKIP: {
    # Quote numbers

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