On 23/04/07, Abigail <abigail@abigail.be> wrote: > On Sun, Apr 22, 2007 at 11:34:55PM +0200, demerphq wrote: > > The attached patch changes \v and \V (as requested by Larry a while > > back) to match vertical whitespace (or not), adds support for \h and > > \H to match horizontal whitespace (or not) and adds \R which match > > line endings, (the same as (?>\x0D\x0A|\v) would match). > > > I've updated perlrecharclass.pod and perlrebackslash to document > the newest features. Thanks, applied, with some spelling nits. I also removed references to a manpage that isn't written yet, to my knowledge (perlreassert).