[perl #76830] [BUG] misleading error message for 'our Str a'

2012-07-25 Thread Will Coleda via RT
On Mon Oct 03 11:26:36 2011, coke wrote: > On Fri Jul 30 06:34:10 2010, cognominal wrote: > > $ perl 6 > > > our Str a > > In "our" declaration, typename Str must be predeclared (or marked as > > declarative with :: prefix) at line 1, near " a\n" > > > > Here's what STD has to say: > > 14:25 <+p6

[perl #76830] [BUG] misleading error message for 'our Str a'

2011-10-03 Thread Will Coleda via RT
On Fri Jul 30 06:34:10 2010, cognominal wrote: > $ perl 6 > > our Str a > In "our" declaration, typename Str must be predeclared (or marked as > declarative with :: prefix) at line 1, near " a\n" > Here's what STD has to say: 14:25 <+p6eval> std 8b331d2: OUTPUT«===SORRY!===␤Multiple prefix const

[perl #76830] [BUG] misleading error message for 'our Str a'

2010-08-01 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #76830] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76830 > $ perl 6 > our Str a In "our" declaration, typename Str must be predeclared (or mark