diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-10 05:11:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-10 05:11:03 +0000 |
commit | 5a3e78123e3b27b54e7f651bd5fa051044f04189 (patch) | |
tree | 03ec8fde909443adba0cc1bb6d9e0412d6824207 /pod/perllexwarn.pod | |
parent | bed74ed023e76af1d7db4934c366decdfe105c17 (diff) | |
download | perl-5a3e78123e3b27b54e7f651bd5fa051044f04189.tar.gz |
pod typos (from Abigail <abigail@delanet.com>)
p4raw-id: //depot/perl@4781
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r-- | pod/perllexwarn.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index 32fc21084e..6078aefd96 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -3,7 +3,7 @@ perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION - + The C<use warnings> pragma is a replacement for both the command line flag B<-w> and the equivalent Perl variable, C<$^W>. @@ -160,7 +160,7 @@ introduction of lexically scoped warnings, or have code that uses both lexical warnings and C<$^W>, this section will describe how they interact. How Lexical Warnings interact with B<-w>/C<$^W>: - + =over 5 =item 1. |