From 99d59c4d6ec779a042ed49eb48c7c7aa214343c2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 27 Nov 2007 15:04:18 +0000 Subject: Doc nits -- avoid bare "5.10" version numbers without a third component. (Suggested by Jarkko) p4raw-id: //depot/perl@32523 --- pod/perlrecharclass.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlrecharclass.pod') diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index afdf11627a..4af2c9793d 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -122,7 +122,7 @@ rules. It's not a character class, as it can match a multi-character sequence. Therefore, it cannot be used inside a bracketed character class. Details are discussed in L. -C<\h>, C<\H>, C<\v>, C<\V>, and C<\R> are new in perl 5.10. +C<\h>, C<\H>, C<\v>, C<\V>, and C<\R> are new in perl 5.10.0. Note that unlike C<\s>, C<\d> and C<\w>, C<\h> and C<\v> always match the same characters, regardless whether the source string is in UTF-8 -- cgit v1.2.1