Subject: | Typos? |
Date: | Mon, 9 Dec 2019 13:36:46 -0500 |
To: | bug-PPR [...] rt.cpan.org |
From: | "F. Li" <li.hansen.inc [...] gmail.com> |
Dear Dr. Conway,
Perhaps there's a sequence of typos in the PPR docs.
(?&PerlTermPostfixDereference)
Matches a sequence of array- or hash-lookup brackets, or subroutine call
parentheses, or a postfix dereferencer (e.g. ->$*), with explicit or
implicit intervening ->, such as might appear after a term.
<https://metacpan.org/pod/PPR#(?&PerlLvalue)>(?&PerlLvalue)
Matches any variable or parenthesized list of variables that could be
assigned to.
<https://metacpan.org/pod/PPR#(?%3CPerlPackageDeclaration%3E>(?<PerlPackageDeclaration>
<<< Should this be (?&PerlPackageDeclaraion)
Matches the declaration of any package (with or without a defining block).
<https://metacpan.org/pod/PPR#(?%3CPerlSubroutineDeclaration%3E>(?<PerlSubroutineDeclaration>
<<< etc