foldable: rename $target => $target_subdir

The $target variable was ambiguous, as it could have referred to the
path to the target directory, or the path to a sub-directory in the
target, as well as its intended meaning of a subpath relative to the
target directory.  So rename it to try to find the balance between
clarity and verbosity.
This commit is contained in:
Adam Spiers 2024-04-01 16:34:01 +01:00
parent 2851b36df4
commit 6cf41850b3
2 changed files with 13 additions and 13 deletions

2
NEWS
View file

@ -27,7 +27,7 @@ News file for Stow.
***** Improve readability of source code
Quite a few extra details have been added in comments to clarify
how the code works. Some variable names have also been
how the code works. Many variable names have also been
improved. The comments of many Stow class methods have been
converted into Perl POD format.