From: Steve Hancock Date: Sat, 10 Aug 2024 22:47:09 +0000 (-0700) Subject: update docs X-Git-Tag: 20240511.10~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25014b65bc47c8fec3a13b107dc6829a5c9e1777;p=perltidy.git update docs --- diff --git a/bin/perltidy b/bin/perltidy index 4ea7cba9..0476d4ca 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -6150,10 +6150,12 @@ would have also been caught by perl if the author had used C. =item B -These are names which are declared with a C and not -referenced again within their package. They might be needed by an -external package, or for future development. But they might be unused -remnants from code development, so it can be worthwhile reviewing them. +These are names which are declared with a C and a reference was +not seen again within their package. They might be needed by an external +package, or a set of standard definitions, or available for future development. +And in some unusual cases a reference may have been missed by perltidy. But +they might also be unused remnants from code development, or due to a +misspelling, so it can be worthwhile reviewing them. =back