From 25014b65bc47c8fec3a13b107dc6829a5c9e1777 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 10 Aug 2024 15:47:09 -0700 Subject: [PATCH] update docs --- bin/perltidy | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.39.5