This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Experimentally add VT to \s definition
authorKarl Williamson <public@khwilliamson.com>
Thu, 29 Mar 2012 01:28:04 +0000 (19:28 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 22 May 2012 14:24:17 +0000 (08:24 -0600)
commit075b9d7d9a6d4473b240a047655e507c8baa6db3
tree0920fbe993831debfd6dd1588a8c7c975114746e
parentc6e8e4a93db00ba34769d5e055b9618f2779e205
Experimentally add VT to \s definition

This commit is the minimal necessary to get \s to match the vertical
tab.  It is being done early in the 5.17 series in order to see what
repercussions there might be from doing this.

It may well be that we decide that this change will require a 'use
feature' to activate.  In any event there is significant documentation
of the behavior without the VT that this patch does not address at all.

Tom Christiansen asked Larry Wall why \s did not include VT, and
reported that Larry replied that he did not remember, but had no
objections to adding it.
charclass_invlists.h
l1_char_class_tab.h
lib/feature/unicode_strings.t
lib/unicore/mktables
pod/perldelta.pod
t/re/pat.t