In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/600c10ce9c7713290d77a267b6187a24b4434798?hp=8dcd53c92b8404f58bcb830289ff51133564961f>

- Log -----------------------------------------------------------------
commit 600c10ce9c7713290d77a267b6187a24b4434798
Author: Karl Williamson <[email protected]>
Date:   Wed Apr 18 21:55:16 2018 -0600

    perldiag: Add diagnostic
    
    This diagnostic already gets emitted, but was not in perldiag.  It was
    not caught by the tests for such omissions, as it is currently generated
    by a perl program (called from the core)

-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index ce8ea11f2b..ca8c9b81db 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -7220,6 +7220,12 @@ scope is deprecated and should be avoided.
 
 This was deprecated in Perl 5.12.
 
+=item Use of '%s' in \p{} or \P{} is deprecated because: %s
+
+(D deprecated) Certain properties are deprecated by Unicode, and may
+eventually be removed from the Standard, at which time Perl will follow
+along.  In the meantime, this message is raised to notify you.
+
 =item Use of inherited AUTOLOAD for non-method %s::%s() is no longer allowed
 
 (F) As an accidental feature, C<AUTOLOAD> subroutines were looked up as

-- 
Perl5 Master Repository

Reply via email to