This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afac733
)
perldeprecation: Add vec() with above-FF code points
author
Karl Williamson
<khw@cpan.org>
Thu, 1 Jun 2017 22:10:48 +0000
(16:10 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 1 Jun 2017 22:16:50 +0000
(16:16 -0600)
pod/perldeprecation.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldeprecation.pod
b/pod/perldeprecation.pod
index
9be93a1
..
4ec3182
100644
(file)
--- a/
pod/perldeprecation.pod
+++ b/
pod/perldeprecation.pod
@@
-50,6
+50,12
@@
changes to the variable that it closes over, add an explicit C<return>:
This usage has been deprecated, and will no longer be allowed in Perl 5.32.
+=head2 Use of strings with code points over 0xFF as arguments to C<vec>
+
+C<vec> views its string argument as a sequence of bits. A string
+containing a code point over 0xFF is nonsensical. This usage is
+deprecated in Perl 5.28, and will be removed in Perl 5.32.
+
=head2 Perl 5.30
=head3 C<< $* >> is no longer supported