summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorM. J. T. Guy <mjtg@cus.cam.ac.uk>1998-07-15 13:41:14 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-07-19 06:23:10 +0000
commit8202fd39354c88c225e4200fee9877f5a082eebe (patch)
tree19b891ade5f952ca5edffd3fe1e42d49e8d637f2 /pod
parent8c5191c6cf56d6872d0b360ee91c299e861f844a (diff)
downloadperl-8202fd39354c88c225e4200fee9877f5a082eebe.tar.gz
minor re.pm cleanup
Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk> Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl p4raw-id: //depot/perl@1550
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index b87480e4c8..43226e076d 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2845,6 +2845,10 @@ bad side effects.
interpreted as a "" or a 0, but maybe it was a mistake. To suppress this
warning assign an initial value to your variables.
+=item Useless use of "re" pragma
+
+(W) You did C<use re;> without any arguments. That isn't very useful.
+
=item Useless use of %s in void context
(W) You did something without a side effect in a context that does nothing