Matt Fowles summarized:

   Method Call on Invocant
    Now " ./method "is gone, and " .method " only works when " $_ =:= $?SELF ".

Important qualification:

  Within a method or submethod, C<.method> only works when C<$_ =:= $?SELF>.
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

C<.method> is perfectly legal on *any* topic anywhere that $?SELF doesn't exist.

Damian

Reply via email to