In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/228483d4f7b5356f504d0ad059432594a4f2b153?hp=c933e4bbba56ec1e52ac51b4617a45d50336021d>

- Log -----------------------------------------------------------------
commit 228483d4f7b5356f504d0ad059432594a4f2b153
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun Dec 17 18:43:55 2017 -0800

    perldelta: Avoid ‘deprecated’ for non-deprecated module
    
    Saying the module is deprecated (in core) can easily be misunder-
    stood.  The module itself is certainly not deprecated.

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

Summary of changes:
 pod/perldelta.pod | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0613390377..31c8174b12 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -225,8 +225,7 @@ in C<BEGIN> blocks.  [perl #96538]
 
 L<Locale::Codes> has been upgraded from version 3.54 to 3.55
 
-B<NOTE>: L<Locale::Codes> is deprecated in core and will be removed
-from Perl 5.30.
+B<NOTE>: L<Locale::Codes> scheduled to be removed from core in Perl 5.30.
 
 =item *
 

-- 
Perl5 Master Repository

Reply via email to