In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/97927b02e770cc108bacba3ab142068174310fb9?hp=7bf591135953a1cdcf4ae91534d66251792771a5>
- Log ----------------------------------------------------------------- commit 97927b02e770cc108bacba3ab142068174310fb9 Author: Karl Williamson <[email protected]> Date: Fri Mar 29 12:29:46 2013 -0600 handy.h: Remove docs for non-existent macro In commit 3c3ecf18c35ad7832c6e454d304b30b2c0fef127, I mistakenly added documentation for a non-existent macro. It turns out that only the variants listed for that macro exist, and not the base macro. Since we are in code freeze, the solution has to be not to change code by adding the base macro, but to delete the documentation, or change it to refer to just the existing versions. In order to not cause an entry that is anomalous to the others, for this release, I'm just getting rid of the documentation. ----------------------------------------------------------------------- Summary of changes: handy.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/handy.h b/handy.h index 90b4b50..7d6a28d 100644 --- a/handy.h +++ b/handy.h @@ -699,12 +699,6 @@ explanation of variants C<isIDCONT_A>, C<isIDCONT_L1>, C<isIDCONT_uni>, C<isIDCONT_utf8>, C<isIDCONT_LC>, C<isIDCONT_LC_uvchr>, and C<isIDCONT_LC_utf8>. -=for apidoc Am|bool|isVERTWS|char ch -Returns a boolean indicating whether the specified character is considered -to be vertical white space, such as C<"\n"> or C<"\f">. See the L<top of this -section|/Character classes> for an explanation of variants -C<isVERTWS_uni>, and C<isVERTWS_utf8>. - =head1 Miscellaneous Functions =for apidoc Am|U8|READ_XDIGIT|char str* -- Perl5 Master Repository
