Skip to content

Commit 1d80fac

Browse files
committed
Spaces *are* allowed around infix:<.> nowadays
1 parent 98449d0 commit 1d80fac

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,6 @@ $seen {$_} ++; # Perl 5
151151
%seen{$_}++; # Perl 6
152152
=end item
153153
154-
=begin item
155-
I<No space allowed around the method call operator.>
156-
157-
=for code :lang<perl5>
158-
$customer -> name; # Perl 5
159-
=for code :preamble<no strict;>
160-
$customer.name; # Perl 6
161-
=end item
162-
163154
=begin item
164155
I<Space required before an infix operator if it would
165156
conflict with an existing postfix/postcircumfix operator.>

0 commit comments

Comments
 (0)