diff options
author | David Landgren <david@landgren.net> | 2007-09-28 22:42:56 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-04 14:28:34 +0000 |
commit | 353c650532037e4006fbdb2176350717f320f7c3 (patch) | |
tree | d168025606b4a4daf862755b087c4ba3b29e97b5 /pod/perlglossary.pod | |
parent | 94fcd414575e04d8b809003ba7bca1216090abff (diff) | |
download | perl-353c650532037e4006fbdb2176350717f320f7c3.tar.gz |
POD cleanups
Message-ID: <46FD4B30.9070802@landgren.net>
p4raw-id: //depot/perl@32026
Diffstat (limited to 'pod/perlglossary.pod')
-rw-r--r-- | pod/perlglossary.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod index 69692b3ddf..d22e2ac6ec 100644 --- a/pod/perlglossary.pod +++ b/pod/perlglossary.pod @@ -798,7 +798,7 @@ enclose" (like these parentheses are doing). Deprecated modules and features are those which were part of a stable release, but later found to be subtly flawed, and which should be avoided. They are subject to removal and/or bug-incompatible reimplementation in -the next major release (but they will be preserved through maintainance +the next major release (but they will be preserved through maintenance releases). Deprecation warnings are issued under B<-w> or C<use diagnostics>, and notices are found in L<perldelta>s, as well as various other PODs. Coding practices that misuse features, such as C<my $foo if @@ -1592,7 +1592,7 @@ hold, not to be confused with an L</NV>. "Just Another Perl Hacker," a clever but cryptic bit of Perl code that when executed, evaluates to that string. Often used to illustrate a -particular Perl feature, and something of an ungoing Obfuscated Perl +particular Perl feature, and something of an ongoing Obfuscated Perl Contest seen in Usenix signatures. =back |