diff options
author | Offer Kaye <offer.kaye@gmail.com> | 2005-05-30 14:27:38 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-30 08:08:47 +0000 |
commit | a4d9c8a6ca8341547c15d831d9aa888263f7fce2 (patch) | |
tree | f765b0efafb16b330e46006d48c4a92fb2c4b4e6 /pod/perlrun.pod | |
parent | 5d7488b2fd9fa6515201f39bec25777d9fccd7db (diff) | |
download | perl-a4d9c8a6ca8341547c15d831d9aa888263f7fce2.tar.gz |
perlrun.pod -w description typo
Message-ID: <569425050530012768a9baca@mail.gmail.com>
p4raw-id: //depot/perl@24623
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 4f1fe63035..71af29ceb1 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. |