From 90fdd774eb4f7910f8bfe8d1208c721c21b64e0f Mon Sep 17 00:00:00 2001 From: Offer Kaye Date: Wed, 17 Feb 2010 06:37:10 -0800 Subject: [PATCH] Documentation fix in perldoc's usage statement. (-A -> -v) Reported in: <5694251002150108m12a3d68flb196f14a45103149@mail.gmail.com> --- dist/Pod-Perldoc/lib/Pod/Perldoc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm index 4b7922a..654785a 100644 --- a/dist/Pod-Perldoc/lib/Pod/Perldoc.pm +++ b/dist/Pod-Perldoc/lib/Pod/Perldoc.pm @@ -12,7 +12,7 @@ use File::Spec::Functions qw(catfile catdir splitdir); use vars qw($VERSION @Pagers $Bindir $Pod2man $Temp_Files_Created $Temp_File_Lifetime ); -$VERSION = '3.15_01'; +$VERSION = '3.15_02'; #.......................................................................... BEGIN { # Make a DEBUG constant very first thing... @@ -301,7 +301,7 @@ sub usage_brief { Usage: $me [-h] [-V] [-r] [-i] [-D] [-t] [-u] [-m] [-n nroffer_program] [-l] [-T] [-d output_filename] [-o output_format] [-M FormatterModuleNameToUse] [-w formatter_option:option_value] [-L translation_code] [-F] [-X] PageName|ModuleName|ProgramName $me -f PerlFunc $me -q FAQKeywords - $me -A PerlVar + $me -v PerlVar The -h option prints more help. Also try "perldoc perldoc" to get acquainted with the system. [Perldoc v$VERSION] -- 2.7.4