in reply to Re: Perl6::Form not printing 0 (zero)
in thread Perl6::Form not printing 0 (zero)

I found the issue in Perl6::Form, and put in a bug report. I suggested a solution which fixes this particular problem.

There's another transformation later in the code that truncates trailing zeroes from the after-the-decimal segment. I know what's doing it, I'm just not sure why. That's why both of our runs show a single zero after the decimal point when the format field specifies two decimal places.

  • Comment on Re^2: Perl6::Form not printing 0 (zero)