ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/t/53_bignum.t
(Generate patch)

Comparing CBOR-XS/t/53_bignum.t (file contents):
Revision 1.4 by root, Mon Apr 25 21:30:23 2016 UTC vs.
Revision 1.5 by root, Mon Apr 25 21:44:13 2016 UTC

1BEGIN { $| = 1; print "1..102\n"; } 1BEGIN { $| = 1; print "1..102\n"; }
2BEGIN { $^W = 0 } # hate 2BEGIN { $^W = 0 } # hate
3 3
4use CBOR::XS; 4use CBOR::XS;
5 5
6use Math::BigInt only => "Calc"; # needed for representation stability 6use Math::BigInt only => "FastCalc"; # needed for representation stability
7 7
8print "ok 1\n"; 8print "ok 1\n";
9 9
10my $t = decode_cbor pack "H*", "82c48221196ab3c5822003"; 10my $t = decode_cbor pack "H*", "82c48221196ab3c5822003";
11 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines