[perl #93988] [BUG] LTA error for number ending in a dot in Rakudo

2015-01-02 Thread Christian Bartolomaeus via RT
Current behaviour: $ ./viv -c -e '5.' ===SORRY!=== Decimal point must be followed by digit at (eval) line 1: --> 5.⏏ Unsupported use of . to concatenate strings; in Perl 6 please use ~ at (eval) line 1 (EOF): --> 5.⏏ Parse failed $ perl6 -e '5. ' ## note the whitespace after the dot ==

[perl #93988] [BUG] LTA error for number ending in a dot in Rakudo

2013-06-09 Thread Will Coleda via RT
On Sun Jul 03 14:35:03 2011, masak wrote: > std: 5. > std 37a0cdd: OUTPUT«===SORRY!===␤Decimal > point must be followed by digit [...] > rakudo: 5. > rakudo 72d158: OUTPUT«===SORRY!===␤Confused at line 22, near "5."␤» > LTA error > lol, rakudo u so confusd > * masak submits

[perl #93988] [BUG] LTA error for number ending in a dot in Rakudo

2011-07-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #93988] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=93988 > std: 5. std 37a0cdd: OUTPUT«===SORRY!===␤Decimal point must be follo