File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3230,7 +3230,7 @@ grammar P6 is STD {
3230
3230
| :dba ('bracketed infix' ) '[' ~ ']' <infix = .infixish (' []' )>
3231
3231
{ $ < O > = $ < infix >< O > ; $ < sym > = $ < infix >< sym > ; }
3232
3232
[ <! before '=' > { self . worry(" Useless use of [] around infix op" ) unless $ * IN_META ; } ]?
3233
- | :dba ('infixed function' ) <? before '[' < [ &\$ ] > <twigil >? [<alpha >| '(' ] > '[' ~ ']' <infix = .variable >
3233
+ | :dba ('infixed function' ) <? before '[&' <twigil >? [<alpha >| '(' ] > '[' ~ ']' <infix = .variable >
3234
3234
{ $ < O > = $ < infix >< O > // {% additive }; $ < sym > = $ < infix > ; }
3235
3235
{ $¢. check_variable($ < infix > ) }
3236
3236
| <infix = infix_circumfix_meta_operator > { $ < O > = $ < infix >< O > ; $ < sym > = $ < infix >< sym > ; }
Original file line number Diff line number Diff line change @@ -1801,7 +1801,7 @@ EOFINAL
1801
1801
$posit = 1 unless @names ;
1802
1802
my $pname = $pvar -> {name }[0]{TEXT };
1803
1803
my $sigil = $pvar -> {sigil }{SYM };
1804
- print YAML::XS::Dump($self ) unless $sigil ;
1804
+ # print YAML::XS::Dump($self) unless $sigil;
1805
1805
my $twigil = $pvar -> {twigil }[0] ? $pvar -> {twigil }[0]{SYM } : ' ' ;
1806
1806
my ($dv ) = $self -> kids(' default_value' );
1807
1807
You can’t perform that action at this time.
0 commit comments