From: Offer Kaye Date: Mon, 30 May 2005 11:27:38 +0000 (+0300) Subject: perlrun.pod -w description typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4d9c8a6ca8341547c15d831d9aa888263f7fce2;p=p5sagit%2Fp5-mst-13.2.git perlrun.pod -w description typo Message-ID: <569425050530012768a9baca@mail.gmail.com> p4raw-id: //depot/perl@24623 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 4f1fe63..71af29c 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -901,7 +901,7 @@ prints warnings about dubious constructs, such as variable names that are mentioned only once and scalar variables that are used before being set, redefined subroutines, references to undefined filehandles or filehandles opened read-only that you are attempting -to write on, values used as a number that doesn't look like numbers, +to write on, values used as a number that don't look like numbers, using an array as though it were a scalar, if your subroutines recurse more than 100 deep, and innumerable other things.