[perl #132082] [BUG] "is default(Mu)" parse failure when used on attribute

2017-10-10 Thread Zoffix Znet via RT
On Wed, 13 Sep 2017 18:27:37 -0700, b...@abrij.org wrote: > > "is default(Mu)" works fine on a variable, but runs into syntax issues > on attributes... > weirdly... only for Mu. > > $ perl6 -e 'my $a is default(Mu);' > $ perl6 -e 'class A { has $.a is default(Mu); }' > ===SORRY!=== Error while co

[perl #132082] [BUG] "is default(Mu)" parse failure when used on attribute

2017-10-10 Thread Zoffix Znet via RT
On Wed, 13 Sep 2017 18:27:37 -0700, b...@abrij.org wrote: > > "is default(Mu)" works fine on a variable, but runs into syntax issues > on attributes... > weirdly... only for Mu. > > $ perl6 -e 'my $a is default(Mu);' > $ perl6 -e 'class A { has $.a is default(Mu); }' > ===SORRY!=== Error while co

[perl #132082] [BUG] "is default(Mu)" parse failure when used on attribute

2017-09-13 Thread Brian S. Julin
# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #132082] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132082 > "is default(Mu)" works fine on a variable, but runs into syntax issues on attribute