This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
\s matching VT is no longer experimental
authorKarl Williamson <khw@cpan.org>
Fri, 20 Feb 2015 18:10:05 +0000 (11:10 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 21 Feb 2015 19:48:04 +0000 (12:48 -0700)
commit779cf272a07d560ad97de0fec1722d5e3f10e351
tree118b49e4a562b0939c92b81bdcf7ec797595830e
parent687ffedd21ab291b3c138bcffbe99168f79d3e26
\s matching VT is no longer experimental

This was experimentally introduced in 5.18, and no issues were raised,
except that it got us to thinking and spurred us to stop allowing $^X,
where 'X' is a non-printable control character, and that change caused
some issues.
handy.h
l1_char_class_tab.h
perl.c
pod/perlexperiment.pod
pod/perlre.pod
pod/perlrecharclass.pod
pod/perlunicode.pod
regcomp.c
regcomp.h
regen/mk_PL_charclass.pl
regexec.c