diff --git a/src/builtins/Parcel.pir b/src/builtins/Parcel.pir index faffe795677..e0e9710e40f 100644 --- a/src/builtins/Parcel.pir +++ b/src/builtins/Parcel.pir @@ -51,7 +51,7 @@ A Parcel in item context becomes a Seq. =cut .sub 'hash' :method - .tailcall 'hash'(self) + .tailcall '&hash'(self) .end