diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-06 06:50:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-06 06:50:01 +0000 |
commit | cc95b07215aac5f846c377abee3672879df99682 (patch) | |
tree | 52cde68dc632f62060d79704b40282968a8d6fd2 /pod | |
parent | 8d55947163edbb9f486f7144f91cf7a70665c8cc (diff) | |
download | perl-cc95b07215aac5f846c377abee3672879df99682.tar.gz |
change#4641 needs perldiag.pod edit
p4raw-link: @4641 on //depot/perl: b89fed5ff1fc43a68f98ebc06fd23230eb6697a8
p4raw-id: //depot/perl@4657
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index deccf7c7d5..a76d8f008b 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3269,7 +3269,7 @@ e.g. C<&our()>, or C<Foo::our()>. because there's a better way to do it, and also because the old way has bad side effects. -=item Use of uninitialized value +=item Use of uninitialized value%s (W) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this |