--- CBOR-XS/t/53_bignum.t 2013/11/22 15:33:44 1.2 +++ CBOR-XS/t/53_bignum.t 2013/11/22 15:44:13 1.3 @@ -14,7 +14,7 @@ print $t eq (pack "H*", "82c48221196ab3c482200f") ? "" : "not ", "ok 4 # ", (unpack "H*", $t), "\n"; -# Math::BigFloat loaded by now... +# Math::BigFloat is loaded by now... for (5..99) { my $n = Math::BigFloat->new ((int rand 1e9) . "." . (int rand 1e9) . "e" . ((int rand 1e8) - 0.5e8));