In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9095739bdb624eca1b16fcf28868f4859c96d49b?hp=55ff8cc02359641b4e0dc6cfc068cc5036bde41b>

- Log -----------------------------------------------------------------
commit 9095739bdb624eca1b16fcf28868f4859c96d49b
Author: Lukas Mai <l....@web.de>
Date:   Fri Sep 11 21:40:21 2015 +0200

    replace references to "-w" by strict/warnings
-----------------------------------------------------------------------

Summary of changes:
 pod/perldebug.pod | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index fee5e2d..5762235 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -5,7 +5,8 @@ perldebug - Perl debugging
 
 =head1 DESCRIPTION
 
-First of all, have you tried using the B<-w> switch?
+First of all, have you tried using L<C<use strict;>|strict> and
+L<C<use warnings;>|warnings>?
 
 
 If you're new to the Perl debugger, you may prefer to read
@@ -1199,7 +1200,7 @@ See L<perldebguts/"Debugging Perl Memory Usage"> for the 
details.
 
 =head1 SEE ALSO
 
-You do have C<use warnings> enabled, don't you?
+You do have C<use strict> and C<use warnings> enabled, don't you?
 
 L<perldebtut>,
 L<perldebguts>,

--
Perl5 Master Repository

Reply via email to