In perl.git, the branch abigail/deprecation has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4b8cbb422f2087e636cf7d764d5392bcd7b3d0af?hp=8a003ad2a09260e2fabe3bf2d9faa85a53c1979d>

- Log -----------------------------------------------------------------
commit 4b8cbb422f2087e636cf7d764d5392bcd7b3d0af
Author: Abigail <[email protected]>
Date:   Thu Nov 24 01:11:01 2016 +0100

    Remove unneeded entry from pod/perldiag.pod
    
    It had an entry 'Use of %s is deprecated', matching the warnings
    the deprecation() macro in handy.h could generate.
    
    Most of these warning had already their own entries in perldiag.pod,
    and the ones which did not, now do. Furthermore, the format of the
    warnings has changed, as we now have a version in which the construct
    disappears from Perl in the message.
-----------------------------------------------------------------------

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

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 1a22b80..4ae00e7 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -7017,12 +7017,6 @@ This feature was deprecated in Perl 5.004, and will be 
fatal in Perl 5.28.
 (F) You attempted to use a feature of printf that is accessible from
 only C.  This usually means there's a better way to do it in Perl.
 
-=item Use of %s is deprecated
-
-(D deprecated) The construct indicated is no longer recommended for use,
-generally because there's a better way to do it, and also because the
-old way has bad side effects.
-
 =item Use of -l on filehandle%s
 
 (W io) A filehandle represents an opened file, and when you opened the file

--
Perl5 Master Repository

Reply via email to