You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And another pedantic correction: in the same paragraph it says Please note that method calls, including pseudo methods like WHAT require version literals to be enclosed with parentheses., but there are other ways to prevent the method from being interpreted as part of the literal:
The docs https://docs.perl6.org/type/Version.html say "Version literals can only contain numeric and Whatever parts.", however that's demonstrably false:
And, at least based on Rakudo's patten, only the thing after the
vmust be adigit, but the rest of the parts match\w+or WhateverStar.The text was updated successfully, but these errors were encountered: