This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace '-w' ref in SEE ALSO with 'use warnings'
authorJohn SJ Anderson <genehack@genehack.org>
Fri, 28 Aug 2015 01:17:06 +0000 (18:17 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 1 Sep 2015 22:10:39 +0000 (16:10 -0600)
pod/perldebug.pod

index 8ad8349..d4d7af9 100644 (file)
@@ -1197,7 +1197,7 @@ See L<perldebguts/"Debugging Perl Memory Usage"> for the details.
 
 =head1 SEE ALSO
 
-You did try the B<-w> switch, didn't you?
+You do have C<use warnings> enabled, don't you?
 
 L<perldebtut>,
 L<perldebguts>,