Skip Menu |

This queue is for tickets about the Perl6-Pugs CPAN distribution.

Report information
The Basics
Id: 12905
Status: new
Priority: 0/
Queue: Perl6-Pugs

People
Owner: Nobody in particular
Requestors: fglock [...] pucrs.br
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Numbers like ".5" are not parsed correctly
Distribution: Perl6-Pugs-6.2.3 from CPAN Is this intentional or is it a bug? Show quoted text
pugs> $x = 0.5;
0 Show quoted text
pugs> $x = .5;
Internal error while running expression: *** Error: unexpected "." expecting term at <interactive> line 1, column 6