diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-02 04:30:22 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-02 04:30:22 +0000 |
commit | 3ce0d27165e3cb29a307d40968a8000b48bea3eb (patch) | |
tree | caa8cc89dfd0952783106715ae8284c4e1067e00 /lib/strict.pm | |
parent | 220398a0501cffd114fa4441a4a685dc486ed3d8 (diff) | |
download | perl-3ce0d27165e3cb29a307d40968a8000b48bea3eb.tar.gz |
various documentation tweaks suggested by M. J. T. Guy
p4raw-id: //depot/perl@4616
Diffstat (limited to 'lib/strict.pm')
-rw-r--r-- | lib/strict.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/strict.pm b/lib/strict.pm index 940e8bf7ff..99ed01d583 100644 --- a/lib/strict.pm +++ b/lib/strict.pm @@ -56,6 +56,9 @@ L<perlfunc/local>. The local() generated a compile-time error because you just touched a global name without fully qualifying it. +Because of their special use by sort(), the variables $a and $b are +exempted from this check. + =item C<strict subs> This disables the poetry optimization, generating a compile-time error if |