This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The first big import towards 5.8.1, @18078. Please do NOT
[perl5.git] / lib / bignum / t / bignum.t
index 32235ea..21a70e3 100755 (executable)
@@ -35,6 +35,8 @@ ok (2/3,"0.6666666666666666666666666666666666666667");
 
 #ok (2 ** 0.5, 'NaN'); # should be sqrt(2);
 
+print "huh\n";
+
 ok (12->bfac(),479001600);
 
 # see if Math::BigFloat constant works