diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 14:55:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 14:55:57 +0000 |
commit | 5b67648c39436ab85446c7954c3782ff1757a3d2 (patch) | |
tree | 561f2601c22908987360127e6e986c7c92fbb643 /lib/Getopt | |
parent | bcbf61bcb9d7dfa91f65f1f74f68780cd15033e2 (diff) | |
download | perl-5b67648c39436ab85446c7954c3782ff1757a3d2.tar.gz |
pod nits
p4raw-id: //depot/perl@5580
Diffstat (limited to 'lib/Getopt')
-rw-r--r-- | lib/Getopt/Long.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Getopt/Long.pm b/lib/Getopt/Long.pm index 4e9ef8b6a0..6e6c7e67a7 100644 --- a/lib/Getopt/Long.pm +++ b/lib/Getopt/Long.pm @@ -102,7 +102,7 @@ ConfigDefaults(); ################ Object Oriented routines ################ -=experimental +=for experimental # NOTE: The object oriented routines use $error for thread locking. eval "sub lock{}" if $] < 5.005; |