5 use Test::More qw(no_plan);
6 use Acme::Study::Perl qw(studyperl);
9 diag("no tests in this file, only diagnostics");
16 [q{'123456789123456789.2' <=> '123456789123456790'},
17 "native big math float/int"],
18 [q{'123456789123456789.2' <=> '123456789123456790.0'},
19 "native big math float/float"],
20 [q{'123456789123456789' <=> '123456789123456790'},
21 "native big math int/int 18"],
22 [q{'123456789123456789123456789123456789' <=> '123456789123456789123456789123456790'},
23 "native big math int/int 36"],
25 "negative square root"],