In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/dd6d5da4aa2346a1f14f6e63272174ddf1ce9f29?hp=a5c7cb08f7954af4accf63bfffaab1bd61f1dd68>

- Log -----------------------------------------------------------------
commit dd6d5da4aa2346a1f14f6e63272174ddf1ce9f29
Author: Abigail <[email protected]>
Date:   Sun Nov 13 13:48:17 2016 +0100

    Deprecations are to be marked with a D.
    
    "%s() is deprecated on :utf8 handles" us a deprecation message, and
    as such, such be marked "(D deprecated)" and not "(W deprecated)".
-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 7b8bfed..5740059 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3073,7 +3073,7 @@ L<perlrebackslash/\b{}, \b, \B{}, \B>.
 
 =item %s() is deprecated on :utf8 handles
 
-(W deprecated) The sysread(), recv(), syswrite() and send() operators are
+(D deprecated) The sysread(), recv(), syswrite() and send() operators are
 deprecated on handles that have the C<:utf8> layer, either explicitly, or
 implicitly, eg., with the C<:encoding(UTF-16LE)> layer.
 

--
Perl5 Master Repository

Reply via email to