From 72084f6fecbd2f7d850af8a1236f572d4bc7b303 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 9 Mar 2024 17:35:35 +0000 Subject: [PATCH] Add a comment explaining that $node_target can be adjusted for dot- prefix --- lib/Stow.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index a64233e..75bac9e 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -426,7 +426,7 @@ sub stow_contents { $self->stow_node( $stow_path, $package, - $node_target, # target + $node_target, # target, potentially adjusted for dot- prefix join_paths($source, $node), # source ); }